Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors getting network infrmation from VMWare OpenStack Octa #372

Open
FilBot3 opened this issue Sep 17, 2018 · 1 comment
Open

Errors getting network infrmation from VMWare OpenStack Octa #372

FilBot3 opened this issue Sep 17, 2018 · 1 comment

Comments

@FilBot3
Copy link

FilBot3 commented Sep 17, 2018

Using openstack-vagrant-provider version 0.13.0, I am attempting to stand up infrastructure in a VMWare OpenStack Octa Environment. I am using Rake and Ruby's ENV to set my environment variables, but I seem to be running into issues with the provider getting the network information. See link for details.

The Rake task looks like this

namespace :vagrant do
  namespace :os do
    desc 'Run Vagrant commands using the set variables.'
    task :cmd, [:command] do |_t, args|
      ENV['VAGRANT_OPENSTACK_LOG'] = 'debug'
      sh %(
        vagrant #{args.command}
      )
    end
  end
end

I run into the same errors with gathering network information running

rake vagrant:os:cmd["openstack network-list"]

from. I have another Rake task file in my rakelib/ that sets all my ENV variables everytime I run the commands.

@FilBot3 FilBot3 changed the title Errors getting network infrmation from VMWare OpenStack Errors getting network infrmation from VMWare OpenStack Octa Sep 17, 2018
@joe4dev
Copy link

joe4dev commented Dec 19, 2018

confirm this issue. It appears that something in/around lib/vagrant-openstack-provider/client/neutron.rb:39:in `get_networks' is broken for the current API version
It seems that PR #343 addresses this issue.

This basically disables the ability to launch new instances if more than one network exists in this context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants