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

unknown error on simple VM start #193

Closed
jjainschigg-r opened this issue Jan 14, 2015 · 6 comments · Fixed by #199
Closed

unknown error on simple VM start #193

jjainschigg-r opened this issue Jan 14, 2015 · 6 comments · Fixed by #199
Assignees
Milestone

Comments

@jjainschigg-r
Copy link

I'm trying to launch a plain vanilla VM on my (hosted) OpenStack, using the example_box metadata.js, tar'd into openstack.box. When I submit the following Vagrantfile (only relevant content shown):

  config.vm.box = "openstack.box"

  # The url from where the 'config.vm.box' box will be fetched if it
  # doesn't already exist on the user's system.
  config.vm.box_url = "./openstack.box"

  config.ssh.username = 'ubuntu'

  config.vm.provider :openstack do |os|
    os.openstack_auth_url = 'http://198.11.220.98:5000/v2.0/tokens'
    os.server_name        = 'myvagranttest'
    os.username           = 'admin'
    os.password           = '****'
    os.tenant_name        = 'admin'
    os.flavor             = 'm1.medium'
    os.image              = 'Ubuntu 14.04 x64 LTS'
    os.networks           = 'net04'
    os.floating_ip_pool = 'net04_ext'
  end

... the provider tells me that multiple networks were found, and I should use a network ID to disambiguate. Doing so does not fix the problem.

When I remove the equate for os.floating_ip_pool (presumably this means 'don't assign a floating IP to this server') and try vagrant up --provider=openstack again, I get an unknown error with the following log:

Bringing machine 'default' up with 'openstack' provider...
2015-01-14 17:54 |  INFO | Authenticating on Keystone
2015-01-14 17:54 |  INFO | Authentication on project admin with user admin
2015-01-14 17:54 | DEBUG | request  => method  : POST
2015-01-14 17:54 | DEBUG | request  => url     : http://198.11.220.98:5000/v2.0/tokens
2015-01-14 17:54 | DEBUG | request  => headers : {"auth":{"tenantName":"admin","passwordCredentials":{"username":"admin","password":"****"}}}
2015-01-14 17:54 | DEBUG | response => code    : 200
2015-01-14 17:54 | DEBUG | response => headers : {:vary=>"X-Auth-Token", :content_type=>"application/json", :content_length=>"3817", :date=>"Wed, 14 Jan 2015 22:54:17 GMT"}
2015-01-14 17:54 | DEBUG | response => body    : {"access": {"token": {"issued_at": "2015-01-14T22:54:17.347771", "expires": "2015-01-14T23:54:17Z", "id": "e892b04b25b54983b23f74ad15fad34a", "tenant": {"description": "admin tenant", "enabled": true, "id": "3b13e8bd0a294112b4a68bdb66d633b4", "name": "admin"}}, "serviceCatalog": [{"endpoints": [{"adminURL": "http://192.168.0.4:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4", "region": "RegionOne", "internalURL": "http://192.168.0.4:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4", "id": "20b4ead20f8a41558a0622e755fca910", "publicURL": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4"}], "endpoints_links": [], "type": "compute", "name": "nova"}, {"endpoints": [{"adminURL": "http://192.168.0.4:9696", "region": "RegionOne", "internalURL": "http://192.168.0.4:9696", "id": "70e7431b9eb944fe88d175f94377a0a4", "publicURL": "http://198.11.220.98:9696"}], "endpoints_links": [], "type": "network", "name": "neutron"}, {"endpoints": [{"adminURL": "http://192.168.0.4:8080", "region": "RegionOne", "internalURL": "http://192.168.0.4:8080", "id": "5c17171f61af46c583df4437814fda1f", "publicURL": "http://198.11.220.98:8080"}], "endpoints_links": [], "type": "s3", "name": "swift_s3"}, {"endpoints": [{"adminURL": "http://192.168.0.4:9292", "region": "RegionOne", "internalURL": "http://192.168.0.4:9292", "id": "222f5692ad1445a4b90f077b1e1e21e6", "publicURL": "http://198.11.220.98:9292"}], "endpoints_links": [], "type": "image", "name": "glance"}, {"endpoints": [{"adminURL": "http://192.168.0.4:8386/v1.1/3b13e8bd0a294112b4a68bdb66d633b4", "region": "RegionOne", "internalURL": "http://192.168.0.4:8386/v1.1/3b13e8bd0a294112b4a68bdb66d633b4", "id": "43f5ab112d614738a1986e195cd016f4", "publicURL": "http://198.11.220.98:8386/v1.1/3b13e8bd0a294112b4a68bdb66d633b4"}], "endpoints_links": [], "type": "data_processing", "name": "sahara"}, {"endpoints": [{"adminURL": "http://192.168.0.4:8776/v1/3b13e8bd0a294112b4a68bdb66d633b4", "region": "RegionOne", "internalURL": "http://192.168.0.4:8776/v1/3b13e8bd0a294112b4a68bdb66d633b4", "id": "24e3a09c456c47309559ad31c73eeb66", "publicURL": "http://198.11.220.98:8776/v1/3b13e8bd0a294112b4a68bdb66d633b4"}], "endpoints_links": [], "type": "volume", "name": "cinder"}, {"endpoints": [{"adminURL": "http://192.168.0.4:8773/services/Admin", "region": "RegionOne", "internalURL": "http://192.168.0.4:8773/services/Cloud", "id": "062a387209cf458da91094b44bd6855a", "publicURL": "http://198.11.220.98:8773/services/Cloud"}], "endpoints_links": [], "type": "ec2", "name": "nova_ec2"}, {"endpoints": [{"adminURL": "http://192.168.0.4:8004/v1/3b13e8bd0a294112b4a68bdb66d633b4", "region": "RegionOne", "internalURL": "http://192.168.0.4:8004/v1/3b13e8bd0a294112b4a68bdb66d633b4", "id": "7f991ccb3e044f4ca31be8cb2ddd5336", "publicURL": "http://198.11.220.98:8004/v1/3b13e8bd0a294112b4a68bdb66d633b4"}], "endpoints_links": [], "type": "orchestration", "name": "heat"}, {"endpoints": [{"adminURL": "http://192.168.0.4:8080/", "region": "RegionOne", "internalURL": "http://192.168.0.4:8080/v1/AUTH_3b13e8bd0a294112b4a68bdb66d633b4", "id": "03eac38977ca4721a2484543aa6f84cb", "publicURL": "http://198.11.220.98:8080/v1/AUTH_3b13e8bd0a294112b4a68bdb66d633b4"}], "endpoints_links": [], "type": "object-store", "name": "swift"}, {"endpoints": [{"adminURL": "http://192.168.0.4:35357/v2.0", "region": "RegionOne", "internalURL": "http://192.168.0.4:5000/v2.0", "id": "3bf8c49dd80544428134696ca3d656ab", "publicURL": "http://198.11.220.98:5000/v2.0"}], "endpoints_links": [], "type": "identity", "name": "keystone"}], "user": {"username": "admin", "roles_links": [], "id": "65d9e19cd88147fc89b9f25b3e06889e", "roles": [{"name": "admin"}, {"name": "_member_"}], "name": "admin"}, "metadata": {"is_admin": 0, "roles": ["0a33028aa9314bd38d6b257e9ba96f3c", "9fe2ff9ee4384b1894a90878d3e92bab"]}}}
2015-01-14 17:54 |  INFO | Looking for available endpoints...
2015-01-14 17:54 | DEBUG | request  => method  : GET
2015-01-14 17:54 | DEBUG | request  => url     : http://198.11.220.98:9696
2015-01-14 17:54 | DEBUG | request  => headers : {"X-Auth-Token"=>"e892b04b25b54983b23f74ad15fad34a", :accept=>:json}
2015-01-14 17:54 | DEBUG | response => code    : 200
2015-01-14 17:54 | DEBUG | response => headers : {:content_type=>"application/json; charset=UTF-8", :content_length=>"121", :date=>"Wed, 14 Jan 2015 22:54:17 GMT"}
2015-01-14 17:54 | DEBUG | response => body    : {"versions": [{"status": "CURRENT", "id": "v2.0", "links": [{"href": "http://198.11.220.98:9696/v2.0", "rel": "self"}]}]}
2015-01-14 17:54 | DEBUG | response => code    : 300
2015-01-14 17:54 | DEBUG | response => headers : {:content_type=>"application/json; charset=UTF-8", :content_length=>"550", :date=>"Wed, 14 Jan 2015 22:54:17 GMT"}
2015-01-14 17:54 | DEBUG | response => body    : {"versions": [{"status": "CURRENT", "id": "v2.2", "links": [{"href": "http://198.11.220.98:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://198.11.220.98:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://198.11.220.98:9292/v2/", "rel": "self"}]}, {"status": "CURRENT", "id": "v1.1", "links": [{"href": "http://198.11.220.98:9292/v1/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v1.0", "links": [{"href": "http://198.11.220.98:9292/v1/", "rel": "self"}]}]}
2015-01-14 17:54 |  INFO |  -- compute        : http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4
2015-01-14 17:54 |  INFO |  -- network        : http://198.11.220.98:9696/v2.0
2015-01-14 17:54 |  INFO |  -- s3             : http://198.11.220.98:8080
2015-01-14 17:54 |  INFO |  -- image          : http://198.11.220.98:9292/v2/
2015-01-14 17:54 |  INFO |  -- data_processing: http://198.11.220.98:8386/v1.1/3b13e8bd0a294112b4a68bdb66d633b4
2015-01-14 17:54 |  INFO |  -- volume         : http://198.11.220.98:8776/v1/3b13e8bd0a294112b4a68bdb66d633b4
2015-01-14 17:54 |  INFO |  -- ec2            : http://198.11.220.98:8773/services/Cloud
2015-01-14 17:54 |  INFO |  -- orchestration  : http://198.11.220.98:8004/v1/3b13e8bd0a294112b4a68bdb66d633b4
2015-01-14 17:54 |  INFO |  -- object-store   : http://198.11.220.98:8080/v1/AUTH_3b13e8bd0a294112b4a68bdb66d633b4
2015-01-14 17:54 |  INFO |  -- identity       : http://198.11.220.98:5000/v2.0
2015-01-14 17:54 |  INFO | Start create stacks action
2015-01-14 17:54 |  INFO | Start create server action
2015-01-14 17:54 |  INFO | Resolving flavor
[default] Finding flavor for server...
2015-01-14 17:54 | DEBUG | get_all_flavors - start
2015-01-14 17:54 | DEBUG | request  => method  : GET
2015-01-14 17:54 | DEBUG | request  => url     : http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/flavors/detail
2015-01-14 17:54 | DEBUG | request  => headers : {"X-Auth-Token"=>"e892b04b25b54983b23f74ad15fad34a", :accept=>:json}
2015-01-14 17:54 | DEBUG | response => code    : 200
2015-01-14 17:54 | DEBUG | response => headers : {:content_type=>"application/json", :content_length=>"2099", :x_compute_request_id=>"req-80d3ca94-476a-4360-88de-9e49b863777a", :date=>"Wed, 14 Jan 2015 22:54:17 GMT"}
2015-01-14 17:54 | DEBUG | response => body    : {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/flavors/1", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1"}, {"name": "m1.small", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/flavors/2", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/2", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 20, "id": "2"}, {"name": "m1.medium", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "3"}, {"name": "m1.large", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/flavors/4", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/4", "rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 80, "id": "4"}, {"name": "m1.xlarge", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/flavors/5", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/5", "rel": "bookmark"}], "ram": 16384, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "id": "5"}]}
2015-01-14 17:54 | DEBUG | get_all_flavors - end
2015-01-14 17:54 |  INFO | Finding flavor matching name 'm1.medium'
2015-01-14 17:54 |  INFO | Resolving image
[default] Finding image for server...
2015-01-14 17:54 | DEBUG | get_all_images - start
2015-01-14 17:54 | DEBUG | request  => method  : GET
2015-01-14 17:54 | DEBUG | request  => url     : http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images
2015-01-14 17:54 | DEBUG | request  => headers : {"X-Auth-Token"=>"e892b04b25b54983b23f74ad15fad34a", :accept=>:json}
2015-01-14 17:54 | DEBUG | response => code    : 200
2015-01-14 17:54 | DEBUG | response => headers : {:content_type=>"application/json", :content_length=>"7867", :x_compute_request_id=>"req-368be00f-91d9-4b11-b053-7b427ffd58c9", :date=>"Wed, 14 Jan 2015 22:54:18 GMT"}
2015-01-14 17:54 | DEBUG | response => body    : {"images": [{"id": "52fca4bf-b191-4821-9c50-81679b96a099", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/52fca4bf-b191-4821-9c50-81679b96a099", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/52fca4bf-b191-4821-9c50-81679b96a099", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/52fca4bf-b191-4821-9c50-81679b96a099", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "Ubuntu (pre installed DevStack)"}, {"id": "77dbf9d8-60be-4419-bc26-4ca740fa0ca0", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/77dbf9d8-60be-4419-bc26-4ca740fa0ca0", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/77dbf9d8-60be-4419-bc26-4ca740fa0ca0", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/77dbf9d8-60be-4419-bc26-4ca740fa0ca0", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "Centos 6.5 x64 (pre installed Chef server and Puppet server)"}, {"id": "aea2fd86-239f-4c44-90d7-47051082a7ef", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/aea2fd86-239f-4c44-90d7-47051082a7ef", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/aea2fd86-239f-4c44-90d7-47051082a7ef", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/aea2fd86-239f-4c44-90d7-47051082a7ef", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "Centos 6.5 x64 (pre installed Wordpress)"}, {"id": "3c55a85e-0fd1-43f7-a281-a323c9a93335", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/3c55a85e-0fd1-43f7-a281-a323c9a93335", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/3c55a85e-0fd1-43f7-a281-a323c9a93335", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/3c55a85e-0fd1-43f7-a281-a323c9a93335", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "Centos 6.5 x64 (pre installed LAMP)"}, {"id": "1f98e984-e951-4273-9c41-4d496a834dae", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/1f98e984-e951-4273-9c41-4d496a834dae", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/1f98e984-e951-4273-9c41-4d496a834dae", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/1f98e984-e951-4273-9c41-4d496a834dae", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "Centos 6.5 x64 (pre installed node.js stack)"}, {"id": "c15fca05-0cfa-4e48-b726-d1230071965c", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/c15fca05-0cfa-4e48-b726-d1230071965c", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/c15fca05-0cfa-4e48-b726-d1230071965c", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/c15fca05-0cfa-4e48-b726-d1230071965c", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "Centos 6.5 x64 (pre installed OpenJDK, Tomcat)"}, {"id": "a3b35454-5ac5-4047-964b-9baabb40f6a7", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/a3b35454-5ac5-4047-964b-9baabb40f6a7", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/a3b35454-5ac5-4047-964b-9baabb40f6a7", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/a3b35454-5ac5-4047-964b-9baabb40f6a7", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "Ubuntu14.04 x64 (pre-installed murano agent and docker)"}, {"id": "1282311a-02ee-484d-ae18-6e816431abbd", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/1282311a-02ee-484d-ae18-6e816431abbd", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/1282311a-02ee-484d-ae18-6e816431abbd", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/1282311a-02ee-484d-ae18-6e816431abbd", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "Ubuntu 14.04 LTS x64 (pre installed murano agent)"}, {"id": "cb58a0f8-92c6-43d1-815f-f2727ca1ae8b", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/cb58a0f8-92c6-43d1-815f-f2727ca1ae8b", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/cb58a0f8-92c6-43d1-815f-f2727ca1ae8b", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/cb58a0f8-92c6-43d1-815f-f2727ca1ae8b", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "CentOS 6.5 x64 (pre installed sahara agent, hdp, 2.0.6)"}, {"id": "f6db6d93-fdd8-462e-a892-a404bffe63ce", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/f6db6d93-fdd8-462e-a892-a404bffe63ce", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/f6db6d93-fdd8-462e-a892-a404bffe63ce", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/f6db6d93-fdd8-462e-a892-a404bffe63ce", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "Ubuntu 13.10 x64 (pre installed sahara agent, vanilla, 2.3.0)"}, {"id": "dae65211-594d-4e3e-bf3d-f04f59644e3b", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/dae65211-594d-4e3e-bf3d-f04f59644e3b", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/dae65211-594d-4e3e-bf3d-f04f59644e3b", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/dae65211-594d-4e3e-bf3d-f04f59644e3b", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "Ubuntu 14.04 x64 LTS (pre installed sahara agent)"}, {"id": "555d9751-4cfb-43f2-bf38-951e2d21fff7", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/555d9751-4cfb-43f2-bf38-951e2d21fff7", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/555d9751-4cfb-43f2-bf38-951e2d21fff7", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/555d9751-4cfb-43f2-bf38-951e2d21fff7", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "Ubuntu 14.04 x64 LTS dev"}, {"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "Ubuntu 14.04 x64 LTS"}, {"id": "0385d4cb-3c27-46f6-9919-f78bd57db673", "links": [{"href": "http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/0385d4cb-3c27-46f6-9919-f78bd57db673", "rel": "self"}, {"href": "http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/0385d4cb-3c27-46f6-9919-f78bd57db673", "rel": "bookmark"}, {"href": "http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/0385d4cb-3c27-46f6-9919-f78bd57db673", "type": "application/vnd.openstack.image", "rel": "alternate"}], "name": "TestVM"}]}
2015-01-14 17:54 | DEBUG | get_all_images - end
2015-01-14 17:54 |  INFO | Finding image matching name 'Ubuntu 14.04 x64 LTS'
2015-01-14 17:54 |  INFO | Resolving image
2015-01-14 17:54 |  INFO | Resolving network(s)
[default] Finding network(s) for server...
2015-01-14 17:54 | DEBUG | get_networks - start
2015-01-14 17:54 | DEBUG | request  => method  : GET
2015-01-14 17:54 | DEBUG | request  => url     : http://198.11.220.98:9696/v2.0/networks
2015-01-14 17:54 | DEBUG | request  => headers : {"X-Auth-Token"=>"e892b04b25b54983b23f74ad15fad34a", :accept=>:json}
2015-01-14 17:54 | DEBUG | response => code    : 200
2015-01-14 17:54 | DEBUG | response => headers : {:content_type=>"application/json; charset=UTF-8", :content_length=>"731", :x_openstack_request_id=>"req-6f20953f-2fe9-4f77-9ee4-1d0d322ebfde", :date=>"Wed, 14 Jan 2015 22:54:18 GMT"}
2015-01-14 17:54 | DEBUG | response => body    : {"networks": [{"status": "ACTIVE", "subnets": ["7f1226f9-e9e6-4082-be6f-1557cb655e8b"], "name": "net04", "provider:physical_network": null, "admin_state_up": true, "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4", "provider:network_type": "gre", "router:external": false, "shared": false, "id": "27525256-8d27-4f50-88e9-394998ed78c9", "provider:segmentation_id": 2}, {"status": "ACTIVE", "subnets": ["21b599ef-c0d5-4e99-8e00-0d0c7a85fb4f"], "name": "net04_ext", "provider:physical_network": "physnet1", "admin_state_up": true, "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4", "provider:network_type": "flat", "router:external": true, "shared": false, "id": "bad2d341-6e45-4d6b-8cc2-676af60b8f28", "provider:segmentation_id": null}]}
2015-01-14 17:54 | DEBUG | get_networks - end
�[0;31;49mAn unknow error happened in Vagrant OpenStack provider

To easily debug what happened, we recommend to set the environment
variable VAGRANT_OPENSTACK_LOG to debug

    $ export VAGRANT_OPENSTACK_LOG=debug

If doing this does not help fixing your issue, there may be a bug
in the provider. Please submit an issue on Github at
https://github.com/ggiamarchi/vagrant-openstack-provider
with the stracktrace and the logs.

We are looking for feedback, so feel free to ask questions or
describe features you would like to see in this provider.�[0m

Obviously, it's authenticating okay, it's getting the service catalog, flavor list, and perhaps even the network list, but then breaking. Thoughts?

@ggiamarchi
Copy link
Owner

In your Vagrantfile the network configuration is wrong. The attribute os.networks must be an array. You can easily fix it by

os.networks = ['net04']

or using the << ruby operator to push into the array (empty by default)

os.networks << 'net04'

I guess in that situation we should just print a clear error message instead of this dirty crash.

Furthermore, at the end of your log, after the text message you should have seen an exception backtrace with an error message that looks like

Catched Error: undefined method `each' for "net04":String (NoMethodError)

Can you please tell me if you just forgot to copy/paste this trace from your log or if you don't have it at all ?

@ggiamarchi
Copy link
Owner

Actually, i think we should accept a single value instead of failing. It would be equal to an array of size one.

@ggiamarchi ggiamarchi added this to the 0.7 milestone Jan 15, 2015
@jjainschigg-r
Copy link
Author

I do not have that 'Catched Error: ...' message at all, as far as I can
tell. Is there anything else you'd like me to try?

Waow -- apres la correction propose, ca marche! Merci beaucoup pour la
reponse, la solution, et le plug-in.

On Wed, Jan 14, 2015 at 7:19 PM, Guillaume Giamarchi <
notifications@github.com> wrote:

Actually, i think we should accept a single value instead of failing. It
would be equal to an array of size one.


Reply to this email directly or view it on GitHub
#193 (comment)
.

John Jainschigg, MCA (200 - Professional)
917-405-3116
jjainschigg@mirantis.com

@ggiamarchi
Copy link
Owner

A few questions to try to reproduce your problem :

  • What is your operating system (name and version) ?
  • Which version a Vagrant you're using ?
  • Can you confirm me your're using the latest version of the plugin (version 0.6.0) ?
  • When you replace your network configuration in the Vagrantfile with os.networks = ['net04'] the behaviour remain the same ? With the same output in the log ?

@jjainschigg-r
Copy link
Author

Plugin: 0.6.0 (November 28, 2014)
Vagrant: 1.4.3
OS: Ubuntu 14.04.1 LTS

When I replace the network config with os.networks = ['net04'] doing
vagrant up --provider=openstack starts the VM, which is then visible in
Horizon. The following log is produced, which looks like it's all correct.

Bringing machine 'default' up with 'openstack' provider...
2015-01-14 19:41 | INFO | Authenticating on Keystone
2015-01-14 19:41 | INFO | Authentication on project admin with user admin
2015-01-14 19:41 | DEBUG | request => method : POST
2015-01-14 19:41 | DEBUG | request => url :
http://198.11.220.98:5000/v2.0/tokens
2015-01-14 19:41 | DEBUG | request => headers :
{"auth":{"tenantName":"admin","passwordCredentials":{"username":"admin","password":"****"}}}
2015-01-14 19:41 | DEBUG | response => code : 200
2015-01-14 19:41 | DEBUG | response => headers : {:vary=>"X-Auth-Token",
:content_type=>"application/json", :content_length=>"3817", :date=>"Thu, 15
Jan 2015 00:41:46 GMT"}
2015-01-14 19:41 | DEBUG | response => body : {"access": {"token":
{"issued_at": "2015-01-15T00:41:46.400243", "expires":
"2015-01-15T01:41:46Z", "id": "c0b40bdee62744fea7372e99573ccc22", "tenant":
{"description": "admin tenant", "enabled": true, "id":
"3b13e8bd0a294112b4a68bdb66d633b4", "name": "admin"}}, "serviceCatalog":
[{"endpoints": [{"adminURL": "
http://192.168.0.4:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4", "region":
"RegionOne", "internalURL": "
http://192.168.0.4:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4", "id":
"20b4ead20f8a41558a0622e755fca910", "publicURL": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4"}],
"endpoints_links": [], "type": "compute", "name": "nova"}, {"endpoints":
[{"adminURL": "http://192.168.0.4:9696", "region": "RegionOne",
"internalURL": "http://192.168.0.4:9696", "id":
"70e7431b9eb944fe88d175f94377a0a4", "publicURL": "http://198.11.220.98:9696"}],
"endpoints_links": [], "type": "network", "name": "neutron"}, {"endpoints":
[{"adminURL": "http://192.168.0.4:8080", "region": "RegionOne",
"internalURL": "http://192.168.0.4:8080", "id":
"5c17171f61af46c583df4437814fda1f", "publicURL": "http://198.11.220.98:8080"}],
"endpoints_links": [], "type": "s3", "name": "swift_s3"}, {"endpoints":
[{"adminURL": "http://192.168.0.4:9292", "region": "RegionOne",
"internalURL": "http://192.168.0.4:9292", "id":
"222f5692ad1445a4b90f077b1e1e21e6", "publicURL": "http://198.11.220.98:9292"}],
"endpoints_links": [], "type": "image", "name": "glance"}, {"endpoints":
[{"adminURL": "http://192.168.0.4:8386/v1.1/3b13e8bd0a294112b4a68bdb66d633b4",
"region": "RegionOne", "internalURL": "
http://192.168.0.4:8386/v1.1/3b13e8bd0a294112b4a68bdb66d633b4", "id":
"43f5ab112d614738a1986e195cd016f4", "publicURL": "
http://198.11.220.98:8386/v1.1/3b13e8bd0a294112b4a68bdb66d633b4"}],
"endpoints_links": [], "type": "data_processing", "name": "sahara"},
{"endpoints": [{"adminURL": "
http://192.168.0.4:8776/v1/3b13e8bd0a294112b4a68bdb66d633b4", "region":
"RegionOne", "internalURL": "
http://192.168.0.4:8776/v1/3b13e8bd0a294112b4a68bdb66d633b4", "id":
"24e3a09c456c47309559ad31c73eeb66", "publicURL": "
http://198.11.220.98:8776/v1/3b13e8bd0a294112b4a68bdb66d633b4"}],
"endpoints_links": [], "type": "volume", "name": "cinder"}, {"endpoints":
[{"adminURL": "http://192.168.0.4:8773/services/Admin", "region":
"RegionOne", "internalURL": "http://192.168.0.4:8773/services/Cloud", "id":
"062a387209cf458da91094b44bd6855a", "publicURL": "
http://198.11.220.98:8773/services/Cloud"}], "endpoints_links": [], "type":
"ec2", "name": "nova_ec2"}, {"endpoints": [{"adminURL": "
http://192.168.0.4:8004/v1/3b13e8bd0a294112b4a68bdb66d633b4", "region":
"RegionOne", "internalURL": "
http://192.168.0.4:8004/v1/3b13e8bd0a294112b4a68bdb66d633b4", "id":
"7f991ccb3e044f4ca31be8cb2ddd5336", "publicURL": "
http://198.11.220.98:8004/v1/3b13e8bd0a294112b4a68bdb66d633b4"}],
"endpoints_links": [], "type": "orchestration", "name": "heat"},
{"endpoints": [{"adminURL": "http://192.168.0.4:8080/", "region":
"RegionOne", "internalURL": "
http://192.168.0.4:8080/v1/AUTH_3b13e8bd0a294112b4a68bdb66d633b4", "id":
"03eac38977ca4721a2484543aa6f84cb", "publicURL": "
http://198.11.220.98:8080/v1/AUTH_3b13e8bd0a294112b4a68bdb66d633b4"}],
"endpoints_links": [], "type": "object-store", "name": "swift"},
{"endpoints": [{"adminURL": "http://192.168.0.4:35357/v2.0", "region":
"RegionOne", "internalURL": "http://192.168.0.4:5000/v2.0", "id":
"3bf8c49dd80544428134696ca3d656ab", "publicURL": "
http://198.11.220.98:5000/v2.0"}], "endpoints_links": [], "type":
"identity", "name": "keystone"}], "user": {"username": "admin",
"roles_links": [], "id": "65d9e19cd88147fc89b9f25b3e06889e", "roles":
[{"name": "admin"}, {"name": "member"}], "name": "admin"}, "metadata":
{"is_admin": 0, "roles": ["0a33028aa9314bd38d6b257e9ba96f3c",
"9fe2ff9ee4384b1894a90878d3e92bab"]}}}
2015-01-14 19:41 | INFO | Looking for available endpoints...
2015-01-14 19:41 | DEBUG | request => method : GET
2015-01-14 19:41 | DEBUG | request => url : http://198.11.220.98:9696
2015-01-14 19:41 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:41 | DEBUG | response => code : 200
2015-01-14 19:41 | DEBUG | response => headers :
{:content_type=>"application/json; charset=UTF-8", :content_length=>"121",
:date=>"Thu, 15 Jan 2015 00:41:46 GMT"}
2015-01-14 19:41 | DEBUG | response => body : {"versions": [{"status":
"CURRENT", "id": "v2.0", "links": [{"href": "http://198.11.220.98:9696/v2.0",
"rel": "self"}]}]}
2015-01-14 19:41 | DEBUG | response => code : 300
2015-01-14 19:41 | DEBUG | response => headers :
{:content_type=>"application/json; charset=UTF-8", :content_length=>"550",
:date=>"Thu, 15 Jan 2015 00:41:46 GMT"}
2015-01-14 19:41 | DEBUG | response => body : {"versions": [{"status":
"CURRENT", "id": "v2.2", "links": [{"href": "http://198.11.220.98:9292/v2/",
"rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "
http://198.11.220.98:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED",
"id": "v2.0", "links": [{"href": "http://198.11.220.98:9292/v2/", "rel":
"self"}]}, {"status": "CURRENT", "id": "v1.1", "links": [{"href": "
http://198.11.220.98:9292/v1/", "rel": "self"}]}, {"status": "SUPPORTED",
"id": "v1.0", "links": [{"href": "http://198.11.220.98:9292/v1/", "rel":
"self"}]}]}
2015-01-14 19:41 | INFO | -- compute :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4
2015-01-14 19:41 | INFO | -- network :
http://198.11.220.98:9696/v2.0
2015-01-14 19:41 | INFO | -- s3 : http://198.11.220.98:8080
2015-01-14 19:41 | INFO | -- image :
http://198.11.220.98:9292/v2/
2015-01-14 19:41 | INFO | -- data_processing:
http://198.11.220.98:8386/v1.1/3b13e8bd0a294112b4a68bdb66d633b4
2015-01-14 19:41 | INFO | -- volume :
http://198.11.220.98:8776/v1/3b13e8bd0a294112b4a68bdb66d633b4
2015-01-14 19:41 | INFO | -- ec2 :
http://198.11.220.98:8773/services/Cloud
2015-01-14 19:41 | INFO | -- orchestration :
http://198.11.220.98:8004/v1/3b13e8bd0a294112b4a68bdb66d633b4
2015-01-14 19:41 | INFO | -- object-store :
http://198.11.220.98:8080/v1/AUTH_3b13e8bd0a294112b4a68bdb66d633b4
2015-01-14 19:41 | INFO | -- identity :
http://198.11.220.98:5000/v2.0
2015-01-14 19:41 | INFO | Start create stacks action
2015-01-14 19:41 | INFO | Start create server action
2015-01-14 19:41 | INFO | Resolving flavor
[default] Finding flavor for server...
2015-01-14 19:41 | DEBUG | get_all_flavors - start
2015-01-14 19:41 | DEBUG | request => method : GET
2015-01-14 19:41 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/flavors/detail
2015-01-14 19:41 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:41 | DEBUG | response => code : 200
2015-01-14 19:41 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"2099",
:x_compute_request_id=>"req-3047dbea-6c9e-40bb-9f24-79f3dac357fe",
:date=>"Thu, 15 Jan 2015 00:41:47 GMT"}
2015-01-14 19:41 | DEBUG | response => body : {"flavors": [{"name":
"m1.tiny", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/flavors/1",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/1",
"rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false,
"vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor":
1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1"}, {"name":
"m1.small", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/flavors/2",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/2",
"rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false,
"vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor":
1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 20, "id": "2"}, {"name":
"m1.medium", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false,
"vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor":
1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "3"}, {"name":
"m1.large", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/flavors/4",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/4",
"rel": "bookmark"}], "ram": 8192, "OS-FLV-DISABLED:disabled": false,
"vcpus": 4, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor":
1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 80, "id": "4"}, {"name":
"m1.xlarge", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/flavors/5",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/5",
"rel": "bookmark"}], "ram": 16384, "OS-FLV-DISABLED:disabled": false,
"vcpus": 8, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor":
1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "id": "5"}]}
2015-01-14 19:41 | DEBUG | get_all_flavors - end
2015-01-14 19:41 | INFO | Finding flavor matching name 'm1.medium'
2015-01-14 19:41 | INFO | Resolving image
[default] Finding image for server...
2015-01-14 19:41 | DEBUG | get_all_images - start
2015-01-14 19:41 | DEBUG | request => method : GET
2015-01-14 19:41 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images
2015-01-14 19:41 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:41 | DEBUG | response => code : 200
2015-01-14 19:41 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"7867",
:x_compute_request_id=>"req-8b9c3ba8-cc6a-4bf5-9479-658fcdf69110",
:date=>"Thu, 15 Jan 2015 00:41:47 GMT"}
2015-01-14 19:41 | DEBUG | response => body : {"images": [{"id":
"52fca4bf-b191-4821-9c50-81679b96a099", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/52fca4bf-b191-4821-9c50-81679b96a099",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/52fca4bf-b191-4821-9c50-81679b96a099",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/52fca4bf-b191-4821-9c50-81679b96a099",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"Ubuntu (pre installed DevStack)"}, {"id":
"77dbf9d8-60be-4419-bc26-4ca740fa0ca0", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/77dbf9d8-60be-4419-bc26-4ca740fa0ca0",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/77dbf9d8-60be-4419-bc26-4ca740fa0ca0",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/77dbf9d8-60be-4419-bc26-4ca740fa0ca0",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"Centos 6.5 x64 (pre installed Chef server and Puppet server)"}, {"id":
"aea2fd86-239f-4c44-90d7-47051082a7ef", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/aea2fd86-239f-4c44-90d7-47051082a7ef",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/aea2fd86-239f-4c44-90d7-47051082a7ef",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/aea2fd86-239f-4c44-90d7-47051082a7ef",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"Centos 6.5 x64 (pre installed Wordpress)"}, {"id":
"3c55a85e-0fd1-43f7-a281-a323c9a93335", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/3c55a85e-0fd1-43f7-a281-a323c9a93335",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/3c55a85e-0fd1-43f7-a281-a323c9a93335",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/3c55a85e-0fd1-43f7-a281-a323c9a93335",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"Centos 6.5 x64 (pre installed LAMP)"}, {"id":
"1f98e984-e951-4273-9c41-4d496a834dae", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/1f98e984-e951-4273-9c41-4d496a834dae",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/1f98e984-e951-4273-9c41-4d496a834dae",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/1f98e984-e951-4273-9c41-4d496a834dae",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"Centos 6.5 x64 (pre installed node.js stack)"}, {"id":
"c15fca05-0cfa-4e48-b726-d1230071965c", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/c15fca05-0cfa-4e48-b726-d1230071965c",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/c15fca05-0cfa-4e48-b726-d1230071965c",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/c15fca05-0cfa-4e48-b726-d1230071965c",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"Centos 6.5 x64 (pre installed OpenJDK, Tomcat)"}, {"id":
"a3b35454-5ac5-4047-964b-9baabb40f6a7", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/a3b35454-5ac5-4047-964b-9baabb40f6a7",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/a3b35454-5ac5-4047-964b-9baabb40f6a7",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/a3b35454-5ac5-4047-964b-9baabb40f6a7",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"Ubuntu14.04 x64 (pre-installed murano agent and docker)"}, {"id":
"1282311a-02ee-484d-ae18-6e816431abbd", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/1282311a-02ee-484d-ae18-6e816431abbd",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/1282311a-02ee-484d-ae18-6e816431abbd",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/1282311a-02ee-484d-ae18-6e816431abbd",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"Ubuntu 14.04 LTS x64 (pre installed murano agent)"}, {"id":
"cb58a0f8-92c6-43d1-815f-f2727ca1ae8b", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/cb58a0f8-92c6-43d1-815f-f2727ca1ae8b",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/cb58a0f8-92c6-43d1-815f-f2727ca1ae8b",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/cb58a0f8-92c6-43d1-815f-f2727ca1ae8b",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"CentOS 6.5 x64 (pre installed sahara agent, hdp, 2.0.6)"}, {"id":
"f6db6d93-fdd8-462e-a892-a404bffe63ce", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/f6db6d93-fdd8-462e-a892-a404bffe63ce",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/f6db6d93-fdd8-462e-a892-a404bffe63ce",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/f6db6d93-fdd8-462e-a892-a404bffe63ce",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"Ubuntu 13.10 x64 (pre installed sahara agent, vanilla, 2.3.0)"}, {"id":
"dae65211-594d-4e3e-bf3d-f04f59644e3b", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/dae65211-594d-4e3e-bf3d-f04f59644e3b",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/dae65211-594d-4e3e-bf3d-f04f59644e3b",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/dae65211-594d-4e3e-bf3d-f04f59644e3b",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"Ubuntu 14.04 x64 LTS (pre installed sahara agent)"}, {"id":
"555d9751-4cfb-43f2-bf38-951e2d21fff7", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/555d9751-4cfb-43f2-bf38-951e2d21fff7",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/555d9751-4cfb-43f2-bf38-951e2d21fff7",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/555d9751-4cfb-43f2-bf38-951e2d21fff7",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"Ubuntu 14.04 x64 LTS dev"}, {"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"Ubuntu 14.04 x64 LTS"}, {"id": "0385d4cb-3c27-46f6-9919-f78bd57db673",
"links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/images/0385d4cb-3c27-46f6-9919-f78bd57db673",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/0385d4cb-3c27-46f6-9919-f78bd57db673",
"rel": "bookmark"}, {"href": "
http://23.246.210.164:9292/3b13e8bd0a294112b4a68bdb66d633b4/images/0385d4cb-3c27-46f6-9919-f78bd57db673",
"type": "application/vnd.openstack.image", "rel": "alternate"}], "name":
"TestVM"}]}
2015-01-14 19:41 | DEBUG | get_all_images - end
2015-01-14 19:41 | INFO | Finding image matching name 'Ubuntu 14.04 x64
LTS'
2015-01-14 19:41 | INFO | Resolving image
2015-01-14 19:41 | INFO | Resolving network(s)
[default] Finding network(s) for server...
2015-01-14 19:41 | DEBUG | get_networks - start
2015-01-14 19:41 | DEBUG | request => method : GET
2015-01-14 19:41 | DEBUG | request => url :
http://198.11.220.98:9696/v2.0/networks
2015-01-14 19:41 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:41 | DEBUG | response => code : 200
2015-01-14 19:41 | DEBUG | response => headers :
{:content_type=>"application/json; charset=UTF-8", :content_length=>"731",
:x_openstack_request_id=>"req-92ee1374-f7ab-4944-b2b0-c95606f20a88",
:date=>"Thu, 15 Jan 2015 00:41:47 GMT"}
2015-01-14 19:41 | DEBUG | response => body : {"networks": [{"status":
"ACTIVE", "subnets": ["7f1226f9-e9e6-4082-be6f-1557cb655e8b"], "name":
"net04", "provider:physical_network": null, "admin_state_up": true,
"tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4", "provider:network_type":
"gre", "router:external": false, "shared": false, "id":
"27525256-8d27-4f50-88e9-394998ed78c9", "provider:segmentation_id": 2},
{"status": "ACTIVE", "subnets": ["21b599ef-c0d5-4e99-8e00-0d0c7a85fb4f"],
"name": "net04_ext", "provider:physical_network": "physnet1",
"admin_state_up": true, "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4",
"provider:network_type": "flat", "router:external": true, "shared": false,
"id": "bad2d341-6e45-4d6b-8cc2-676af60b8f28", "provider:segmentation_id":
null}]}
2015-01-14 19:41 | DEBUG | get_networks - end
2015-01-14 19:41 | DEBUG | Resolved networks :
[{"uuid":"27525256-8d27-4f50-88e9-394998ed78c9"}]
2015-01-14 19:41 | INFO | Resolving volume(s)
2015-01-14 19:41 | DEBUG | import_keypair - start
2015-01-14 19:41 | DEBUG | request => method : POST
2015-01-14 19:41 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/os-keypairs
2015-01-14 19:41 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json,
:content_type=>:json}
2015-01-14 19:41 | DEBUG | request => body :
{"keypair":{"name":"vagrant-generated-hg5hfyik","public_key":"ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQDEddZyOVVkQURBXehPbVG9XPMsVCh9fdow1fG06tHCS2RBksf+GE30uMlLDZxzl51HPSYzFiIXiE/oBE04H4SRs17dJD0yTFQznRGGx3SUI96JOt6Fu2ElCc5CA1lmuuOUHg7mSH87z3toGTMXH1ew1PRUm5ooEmoFXYaykUgP4PF4UqkvMtNUboUS6haV0FRAbRk6J7rcL4ktzCK08S8vyWh8/83GXUtgH4bhGRW7gdK5muKORdZrGQhYSQ2JCsdqC43eTR9OxiuLdjkzzCvSWNd86DWmbEUirwa2o/yoqOWA0reNmpg519pa0bD6jUg8J6cyt4BFZ/LCPOq7jDhD"}}
2015-01-14 19:41 | DEBUG | response => code : 200
2015-01-14 19:41 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"562",
:x_compute_request_id=>"req-4df21838-28a8-4ffc-92e5-2a428a4dabaa",
:date=>"Thu, 15 Jan 2015 00:41:48 GMT"}
2015-01-14 19:41 | DEBUG | response => body : {"keypair": {"public_key":
"ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQDEddZyOVVkQURBXehPbVG9XPMsVCh9fdow1fG06tHCS2RBksf+GE30uMlLDZxzl51HPSYzFiIXiE/oBE04H4SRs17dJD0yTFQznRGGx3SUI96JOt6Fu2ElCc5CA1lmuuOUHg7mSH87z3toGTMXH1ew1PRUm5ooEmoFXYaykUgP4PF4UqkvMtNUboUS6haV0FRAbRk6J7rcL4ktzCK08S8vyWh8/83GXUtgH4bhGRW7gdK5muKORdZrGQhYSQ2JCsdqC43eTR9OxiuLdjkzzCvSWNd86DWmbEUirwa2o/yoqOWA0reNmpg519pa0bD6jUg8J6cyt4BFZ/LCPOq7jDhD",
"user_id": "65d9e19cd88147fc89b9f25b3e06889e", "name":
"vagrant-generated-hg5hfyik", "fingerprint":
"11:7d:82:49:e9:68:02:31:bb:6c:62:32:a1:24:b4:83"}}
2015-01-14 19:41 | DEBUG | import_keypair - end
[default] Launching a server with the following settings...
[default] -- Tenant : admin
[default] -- Name : myvagranttest
[default] -- Flavor : m1.medium
[default] -- FlavorRef : 3
[default] -- Image : Ubuntu 14.04 x64 LTS
[default] -- ImageRef : fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347
[default] -- KeyPair : vagrant-generated-hg5hfyik
[default] -- Network : 27525256-8d27-4f50-88e9-394998ed78c9
2015-01-14 19:41 | INFO | Lauching server 'myvagranttest' in project
'admin' with flavor 'm1.medium' (3), image 'Ubuntu 14.04 x64 LTS'
(fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347) and keypair
'vagrant-generated-hg5hfyik'
2015-01-14 19:41 | DEBUG | create_server - start
2015-01-14 19:41 | DEBUG | request => method : POST
2015-01-14 19:41 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers
2015-01-14 19:41 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json,
:content_type=>:json}
2015-01-14 19:41 | DEBUG | request => body :
{"server":{"name":"myvagranttest","imageRef":"fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347","flavorRef":"3","key_name":"vagrant-generated-hg5hfyik","security_groups":[],"networks":[{"uuid":"27525256-8d27-4f50-88e9-394998ed78c9"}]}}
2015-01-14 19:41 | DEBUG | response => code : 202
2015-01-14 19:41 | DEBUG | response => headers : {:location=>"
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
:content_type=>"application/json", :content_length=>"423",
:x_compute_request_id=>"req-f317fe55-73b1-4d0e-a591-bf964b716aef",
:date=>"Thu, 15 Jan 2015 00:41:48 GMT"}
2015-01-14 19:41 | DEBUG | response => body : {"server":
{"security_groups": [], "OS-DCF:diskConfig": "MANUAL", "id":
"2284ddf7-fe5e-4cf8-a32e-c577d86eecad", "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "bookmark"}], "adminPass": "qgK4S9zUgq6M"}}
2015-01-14 19:41 | DEBUG | create_server - end
2015-01-14 19:41 | INFO | Waiting for the server with id
2284ddf7-fe5e-4cf8-a32e-c577d86eecad to be built...
[default] Waiting for the server to be built...
2015-01-14 19:41 | DEBUG | Waiting for server to be ACTIVE
2015-01-14 19:41 | DEBUG | block in get_server_details - start
2015-01-14 19:41 | DEBUG | request => method : GET
2015-01-14 19:41 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad
2015-01-14 19:41 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:41 | DEBUG | response => code : 200
2015-01-14 19:41 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"1546",
:x_compute_request_id=>"req-90770417-1be7-4f63-a7cd-7d0c1ca3f6a5",
:date=>"Thu, 15 Jan 2015 00:41:49 GMT"}
2015-01-14 19:41 | DEBUG | response => body : {"server": {"status":
"BUILD", "updated": "2015-01-15T00:41:48Z", "hostId":
"99b21121477d55a5276d92801c0b1723820145c8c4dd25b8f5edc27f",
"OS-EXT-SRV-ATTR:host": "node-2.domain.tld", "addresses": {}, "links":
[{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "bookmark"}], "key_name": "vagrant-generated-hg5hfyik", "image":
{"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "bookmark"}]}, "OS-EXT-STS:task_state": "networking",
"OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name":
"instance-0000000a", "OS-SRV-USG:launched_at": null,
"OS-EXT-SRV-ATTR:hypervisor_hostname": "node-2.domain.tld", "flavor":
{"id": "3", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "bookmark"}]}, "id": "2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"OS-SRV-USG:terminated_at": null, "OS-EXT-AZ:availability_zone": "nova",
"user_id": "65d9e19cd88147fc89b9f25b3e06889e", "name": "myvagranttest",
"created": "2015-01-15T00:41:48Z", "tenant_id":
"3b13e8bd0a294112b4a68bdb66d633b4", "OS-DCF:diskConfig": "MANUAL",
"os-extended-volumes:volumes_attached": [], "accessIPv4": "", "accessIPv6":
"", "progress": 0, "OS-EXT-STS:power_state": 0, "config_drive": "",
"metadata": {}}}
2015-01-14 19:41 | DEBUG | block in get_server_details - end
2015-01-14 19:41 | DEBUG | Waiting for server to be ACTIVE
2015-01-14 19:41 | DEBUG | block in get_server_details - start
2015-01-14 19:41 | DEBUG | request => method : GET
2015-01-14 19:41 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad
2015-01-14 19:41 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:41 | DEBUG | response => code : 200
2015-01-14 19:41 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"1713",
:x_compute_request_id=>"req-fa80d9ad-3293-40e7-b70a-44134825d452",
:date=>"Thu, 15 Jan 2015 00:41:52 GMT"}
2015-01-14 19:41 | DEBUG | response => body : {"server": {"status":
"BUILD", "updated": "2015-01-15T00:41:49Z", "hostId":
"99b21121477d55a5276d92801c0b1723820145c8c4dd25b8f5edc27f",
"OS-EXT-SRV-ATTR:host": "node-2.domain.tld", "addresses": {"net04":
[{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a9:34", "version": 4, "addr":
"192.168.111.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "bookmark"}], "key_name": "vagrant-generated-hg5hfyik", "image":
{"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning",
"OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name":
"instance-0000000a", "OS-SRV-USG:launched_at": null,
"OS-EXT-SRV-ATTR:hypervisor_hostname": "node-2.domain.tld", "flavor":
{"id": "3", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "bookmark"}]}, "id": "2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null,
"OS-EXT-AZ:availability_zone": "nova", "user_id":
"65d9e19cd88147fc89b9f25b3e06889e", "name": "myvagranttest", "created":
"2015-01-15T00:41:48Z", "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4",
"OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [],
"accessIPv4": "", "accessIPv6": "", "progress": 0,
"OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2015-01-14 19:41 | DEBUG | block in get_server_details - end
2015-01-14 19:41 | DEBUG | Waiting for server to be ACTIVE
2015-01-14 19:41 | DEBUG | block in get_server_details - start
2015-01-14 19:41 | DEBUG | request => method : GET
2015-01-14 19:41 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad
2015-01-14 19:41 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:41 | DEBUG | response => code : 200
2015-01-14 19:41 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"1713",
:x_compute_request_id=>"req-76ce730f-7170-4b50-9f77-1746e008690f",
:date=>"Thu, 15 Jan 2015 00:41:55 GMT"}
2015-01-14 19:41 | DEBUG | response => body : {"server": {"status":
"BUILD", "updated": "2015-01-15T00:41:49Z", "hostId":
"99b21121477d55a5276d92801c0b1723820145c8c4dd25b8f5edc27f",
"OS-EXT-SRV-ATTR:host": "node-2.domain.tld", "addresses": {"net04":
[{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a9:34", "version": 4, "addr":
"192.168.111.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "bookmark"}], "key_name": "vagrant-generated-hg5hfyik", "image":
{"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning",
"OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name":
"instance-0000000a", "OS-SRV-USG:launched_at": null,
"OS-EXT-SRV-ATTR:hypervisor_hostname": "node-2.domain.tld", "flavor":
{"id": "3", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "bookmark"}]}, "id": "2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null,
"OS-EXT-AZ:availability_zone": "nova", "user_id":
"65d9e19cd88147fc89b9f25b3e06889e", "name": "myvagranttest", "created":
"2015-01-15T00:41:48Z", "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4",
"OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [],
"accessIPv4": "", "accessIPv6": "", "progress": 0,
"OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2015-01-14 19:41 | DEBUG | block in get_server_details - end
2015-01-14 19:41 | DEBUG | Waiting for server to be ACTIVE
2015-01-14 19:41 | DEBUG | block in get_server_details - start
2015-01-14 19:41 | DEBUG | request => method : GET
2015-01-14 19:41 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad
2015-01-14 19:41 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:41 | DEBUG | response => code : 200
2015-01-14 19:41 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"1713",
:x_compute_request_id=>"req-a4b8c5c2-3ff1-48a1-864f-b0a383888703",
:date=>"Thu, 15 Jan 2015 00:41:58 GMT"}
2015-01-14 19:41 | DEBUG | response => body : {"server": {"status":
"BUILD", "updated": "2015-01-15T00:41:49Z", "hostId":
"99b21121477d55a5276d92801c0b1723820145c8c4dd25b8f5edc27f",
"OS-EXT-SRV-ATTR:host": "node-2.domain.tld", "addresses": {"net04":
[{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a9:34", "version": 4, "addr":
"192.168.111.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "bookmark"}], "key_name": "vagrant-generated-hg5hfyik", "image":
{"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning",
"OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name":
"instance-0000000a", "OS-SRV-USG:launched_at": null,
"OS-EXT-SRV-ATTR:hypervisor_hostname": "node-2.domain.tld", "flavor":
{"id": "3", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "bookmark"}]}, "id": "2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null,
"OS-EXT-AZ:availability_zone": "nova", "user_id":
"65d9e19cd88147fc89b9f25b3e06889e", "name": "myvagranttest", "created":
"2015-01-15T00:41:48Z", "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4",
"OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [],
"accessIPv4": "", "accessIPv6": "", "progress": 0,
"OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2015-01-14 19:41 | DEBUG | block in get_server_details - end
2015-01-14 19:42 | DEBUG | Waiting for server to be ACTIVE
2015-01-14 19:42 | DEBUG | block in get_server_details - start
2015-01-14 19:42 | DEBUG | request => method : GET
2015-01-14 19:42 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad
2015-01-14 19:42 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:42 | DEBUG | response => code : 200
2015-01-14 19:42 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"1713",
:x_compute_request_id=>"req-13c45112-eeea-4ce0-afc0-57ca2711f753",
:date=>"Thu, 15 Jan 2015 00:42:02 GMT"}
2015-01-14 19:42 | DEBUG | response => body : {"server": {"status":
"BUILD", "updated": "2015-01-15T00:41:49Z", "hostId":
"99b21121477d55a5276d92801c0b1723820145c8c4dd25b8f5edc27f",
"OS-EXT-SRV-ATTR:host": "node-2.domain.tld", "addresses": {"net04":
[{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a9:34", "version": 4, "addr":
"192.168.111.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "bookmark"}], "key_name": "vagrant-generated-hg5hfyik", "image":
{"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning",
"OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name":
"instance-0000000a", "OS-SRV-USG:launched_at": null,
"OS-EXT-SRV-ATTR:hypervisor_hostname": "node-2.domain.tld", "flavor":
{"id": "3", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "bookmark"}]}, "id": "2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null,
"OS-EXT-AZ:availability_zone": "nova", "user_id":
"65d9e19cd88147fc89b9f25b3e06889e", "name": "myvagranttest", "created":
"2015-01-15T00:41:48Z", "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4",
"OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [],
"accessIPv4": "", "accessIPv6": "", "progress": 0,
"OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2015-01-14 19:42 | DEBUG | block in get_server_details - end
2015-01-14 19:42 | DEBUG | Waiting for server to be ACTIVE
2015-01-14 19:42 | DEBUG | block in get_server_details - start
2015-01-14 19:42 | DEBUG | request => method : GET
2015-01-14 19:42 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad
2015-01-14 19:42 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:42 | DEBUG | response => code : 200
2015-01-14 19:42 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"1713",
:x_compute_request_id=>"req-e737b8d2-4953-498e-a2ca-c34b39e9a686",
:date=>"Thu, 15 Jan 2015 00:42:05 GMT"}
2015-01-14 19:42 | DEBUG | response => body : {"server": {"status":
"BUILD", "updated": "2015-01-15T00:41:49Z", "hostId":
"99b21121477d55a5276d92801c0b1723820145c8c4dd25b8f5edc27f",
"OS-EXT-SRV-ATTR:host": "node-2.domain.tld", "addresses": {"net04":
[{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a9:34", "version": 4, "addr":
"192.168.111.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "bookmark"}], "key_name": "vagrant-generated-hg5hfyik", "image":
{"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning",
"OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name":
"instance-0000000a", "OS-SRV-USG:launched_at": null,
"OS-EXT-SRV-ATTR:hypervisor_hostname": "node-2.domain.tld", "flavor":
{"id": "3", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "bookmark"}]}, "id": "2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null,
"OS-EXT-AZ:availability_zone": "nova", "user_id":
"65d9e19cd88147fc89b9f25b3e06889e", "name": "myvagranttest", "created":
"2015-01-15T00:41:48Z", "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4",
"OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [],
"accessIPv4": "", "accessIPv6": "", "progress": 0,
"OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2015-01-14 19:42 | DEBUG | block in get_server_details - end
2015-01-14 19:42 | DEBUG | Waiting for server to be ACTIVE
2015-01-14 19:42 | DEBUG | block in get_server_details - start
2015-01-14 19:42 | DEBUG | request => method : GET
2015-01-14 19:42 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad
2015-01-14 19:42 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:42 | DEBUG | response => code : 200
2015-01-14 19:42 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"1713",
:x_compute_request_id=>"req-4a3f0a08-0c3d-42b9-8a1d-ec718ec557ec",
:date=>"Thu, 15 Jan 2015 00:42:08 GMT"}
2015-01-14 19:42 | DEBUG | response => body : {"server": {"status":
"BUILD", "updated": "2015-01-15T00:41:49Z", "hostId":
"99b21121477d55a5276d92801c0b1723820145c8c4dd25b8f5edc27f",
"OS-EXT-SRV-ATTR:host": "node-2.domain.tld", "addresses": {"net04":
[{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a9:34", "version": 4, "addr":
"192.168.111.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "bookmark"}], "key_name": "vagrant-generated-hg5hfyik", "image":
{"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning",
"OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name":
"instance-0000000a", "OS-SRV-USG:launched_at": null,
"OS-EXT-SRV-ATTR:hypervisor_hostname": "node-2.domain.tld", "flavor":
{"id": "3", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "bookmark"}]}, "id": "2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null,
"OS-EXT-AZ:availability_zone": "nova", "user_id":
"65d9e19cd88147fc89b9f25b3e06889e", "name": "myvagranttest", "created":
"2015-01-15T00:41:48Z", "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4",
"OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [],
"accessIPv4": "", "accessIPv6": "", "progress": 0,
"OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2015-01-14 19:42 | DEBUG | block in get_server_details - end
2015-01-14 19:42 | DEBUG | Waiting for server to be ACTIVE
2015-01-14 19:42 | DEBUG | block in get_server_details - start
2015-01-14 19:42 | DEBUG | request => method : GET
2015-01-14 19:42 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad
2015-01-14 19:42 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:42 | DEBUG | response => code : 200
2015-01-14 19:42 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"1713",
:x_compute_request_id=>"req-2cb99de9-d68c-4eff-9f66-c1e066f8c86d",
:date=>"Thu, 15 Jan 2015 00:42:11 GMT"}
2015-01-14 19:42 | DEBUG | response => body : {"server": {"status":
"BUILD", "updated": "2015-01-15T00:41:49Z", "hostId":
"99b21121477d55a5276d92801c0b1723820145c8c4dd25b8f5edc27f",
"OS-EXT-SRV-ATTR:host": "node-2.domain.tld", "addresses": {"net04":
[{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a9:34", "version": 4, "addr":
"192.168.111.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "bookmark"}], "key_name": "vagrant-generated-hg5hfyik", "image":
{"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning",
"OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name":
"instance-0000000a", "OS-SRV-USG:launched_at": null,
"OS-EXT-SRV-ATTR:hypervisor_hostname": "node-2.domain.tld", "flavor":
{"id": "3", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "bookmark"}]}, "id": "2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null,
"OS-EXT-AZ:availability_zone": "nova", "user_id":
"65d9e19cd88147fc89b9f25b3e06889e", "name": "myvagranttest", "created":
"2015-01-15T00:41:48Z", "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4",
"OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [],
"accessIPv4": "", "accessIPv6": "", "progress": 0,
"OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2015-01-14 19:42 | DEBUG | block in get_server_details - end
2015-01-14 19:42 | DEBUG | Waiting for server to be ACTIVE
2015-01-14 19:42 | DEBUG | block in get_server_details - start
2015-01-14 19:42 | DEBUG | request => method : GET
2015-01-14 19:42 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad
2015-01-14 19:42 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:42 | DEBUG | response => code : 200
2015-01-14 19:42 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"1713",
:x_compute_request_id=>"req-80f7d395-3138-48a4-b9c3-76191ff431eb",
:date=>"Thu, 15 Jan 2015 00:42:15 GMT"}
2015-01-14 19:42 | DEBUG | response => body : {"server": {"status":
"BUILD", "updated": "2015-01-15T00:41:49Z", "hostId":
"99b21121477d55a5276d92801c0b1723820145c8c4dd25b8f5edc27f",
"OS-EXT-SRV-ATTR:host": "node-2.domain.tld", "addresses": {"net04":
[{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a9:34", "version": 4, "addr":
"192.168.111.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "bookmark"}], "key_name": "vagrant-generated-hg5hfyik", "image":
{"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "bookmark"}]}, "OS-EXT-STS:task_state": "spawning",
"OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name":
"instance-0000000a", "OS-SRV-USG:launched_at": null,
"OS-EXT-SRV-ATTR:hypervisor_hostname": "node-2.domain.tld", "flavor":
{"id": "3", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "bookmark"}]}, "id": "2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null,
"OS-EXT-AZ:availability_zone": "nova", "user_id":
"65d9e19cd88147fc89b9f25b3e06889e", "name": "myvagranttest", "created":
"2015-01-15T00:41:48Z", "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4",
"OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [],
"accessIPv4": "", "accessIPv6": "", "progress": 0,
"OS-EXT-STS:power_state": 0, "config_drive": "", "metadata": {}}}
2015-01-14 19:42 | DEBUG | block in get_server_details - end
2015-01-14 19:42 | DEBUG | Waiting for server to be ACTIVE
2015-01-14 19:42 | DEBUG | block in get_server_details - start
2015-01-14 19:42 | DEBUG | request => method : GET
2015-01-14 19:42 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad
2015-01-14 19:42 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:42 | DEBUG | response => code : 200
2015-01-14 19:42 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"1730",
:x_compute_request_id=>"req-bb95db00-9b40-4a9e-9f81-cbfdb5fc597a",
:date=>"Thu, 15 Jan 2015 00:42:18 GMT"}
2015-01-14 19:42 | DEBUG | response => body : {"server": {"status":
"ACTIVE", "updated": "2015-01-15T00:42:16Z", "hostId":
"99b21121477d55a5276d92801c0b1723820145c8c4dd25b8f5edc27f",
"OS-EXT-SRV-ATTR:host": "node-2.domain.tld", "addresses": {"net04":
[{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a9:34", "version": 4, "addr":
"192.168.111.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "bookmark"}], "key_name": "vagrant-generated-hg5hfyik", "image":
{"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "bookmark"}]}, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state":
"active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000a",
"OS-SRV-USG:launched_at": "2015-01-15T00:42:16.000000",
"OS-EXT-SRV-ATTR:hypervisor_hostname": "node-2.domain.tld", "flavor":
{"id": "3", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "bookmark"}]}, "id": "2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null,
"OS-EXT-AZ:availability_zone": "nova", "user_id":
"65d9e19cd88147fc89b9f25b3e06889e", "name": "myvagranttest", "created":
"2015-01-15T00:41:48Z", "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4",
"OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [],
"accessIPv4": "", "accessIPv6": "", "progress": 0,
"OS-EXT-STS:power_state": 1, "config_drive": "", "metadata": {}}}
2015-01-14 19:42 | DEBUG | block in get_server_details - end
2015-01-14 19:42 | INFO | Vagrant was unable to resolve FloatingIP,
continue assuming it is not necessary
2015-01-14 19:42 | DEBUG | Checking if SSH port is open... Attempt number 0
2015-01-14 19:42 | INFO | Waiting for SSH to become available...
[default] Waiting for SSH to become available...
2015-01-14 19:42 | INFO | Reading SSH info
2015-01-14 19:42 | DEBUG | block in get_server_details - start
2015-01-14 19:42 | DEBUG | request => method : GET
2015-01-14 19:42 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad
2015-01-14 19:42 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:42 | DEBUG | response => code : 200
2015-01-14 19:42 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"1730",
:x_compute_request_id=>"req-2935a219-e38a-4ae5-b787-997544fbfa12",
:date=>"Thu, 15 Jan 2015 00:42:21 GMT"}
2015-01-14 19:42 | DEBUG | response => body : {"server": {"status":
"ACTIVE", "updated": "2015-01-15T00:42:16Z", "hostId":
"99b21121477d55a5276d92801c0b1723820145c8c4dd25b8f5edc27f",
"OS-EXT-SRV-ATTR:host": "node-2.domain.tld", "addresses": {"net04":
[{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a9:34", "version": 4, "addr":
"192.168.111.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "bookmark"}], "key_name": "vagrant-generated-hg5hfyik", "image":
{"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "bookmark"}]}, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state":
"active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000a",
"OS-SRV-USG:launched_at": "2015-01-15T00:42:16.000000",
"OS-EXT-SRV-ATTR:hypervisor_hostname": "node-2.domain.tld", "flavor":
{"id": "3", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "bookmark"}]}, "id": "2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null,
"OS-EXT-AZ:availability_zone": "nova", "user_id":
"65d9e19cd88147fc89b9f25b3e06889e", "name": "myvagranttest", "created":
"2015-01-15T00:41:48Z", "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4",
"OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [],
"accessIPv4": "", "accessIPv6": "", "progress": 0,
"OS-EXT-STS:power_state": 1, "config_drive": "", "metadata": {}}}
2015-01-14 19:42 | DEBUG | block in get_server_details - end
2015-01-14 19:42 | DEBUG | block in get_server_details - start
2015-01-14 19:42 | DEBUG | request => method : GET
2015-01-14 19:42 | DEBUG | request => url :
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad
2015-01-14 19:42 | DEBUG | request => headers :
{"X-Auth-Token"=>"c0b40bdee62744fea7372e99573ccc22", :accept=>:json}
2015-01-14 19:42 | DEBUG | response => code : 200
2015-01-14 19:42 | DEBUG | response => headers :
{:content_type=>"application/json", :content_length=>"1730",
:x_compute_request_id=>"req-5278cdda-1ed7-4fcc-8ff7-f5f68d421e9f",
:date=>"Thu, 15 Jan 2015 00:42:22 GMT"}
2015-01-14 19:42 | DEBUG | response => body : {"server": {"status":
"ACTIVE", "updated": "2015-01-15T00:42:16Z", "hostId":
"99b21121477d55a5276d92801c0b1723820145c8c4dd25b8f5edc27f",
"OS-EXT-SRV-ATTR:host": "node-2.domain.tld", "addresses": {"net04":
[{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a9:34", "version": 4, "addr":
"192.168.111.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "
http://198.11.220.98:8774/v2/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "self"}, {"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/servers/2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"rel": "bookmark"}], "key_name": "vagrant-generated-hg5hfyik", "image":
{"id": "fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/images/fdb5f7c3-40ad-41c4-b1a4-1c5f2cbd0347",
"rel": "bookmark"}]}, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state":
"active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000a",
"OS-SRV-USG:launched_at": "2015-01-15T00:42:16.000000",
"OS-EXT-SRV-ATTR:hypervisor_hostname": "node-2.domain.tld", "flavor":
{"id": "3", "links": [{"href": "
http://198.11.220.98:8774/3b13e8bd0a294112b4a68bdb66d633b4/flavors/3",
"rel": "bookmark"}]}, "id": "2284ddf7-fe5e-4cf8-a32e-c577d86eecad",
"security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null,
"OS-EXT-AZ:availability_zone": "nova", "user_id":
"65d9e19cd88147fc89b9f25b3e06889e", "name": "myvagranttest", "created":
"2015-01-15T00:41:48Z", "tenant_id": "3b13e8bd0a294112b4a68bdb66d633b4",
"OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [],
"accessIPv4": "", "accessIPv6": "", "progress": 0,
"OS-EXT-STS:power_state": 1, "config_drive": "", "metadata": {}}}
2015-01-14 19:42 | DEBUG | block in get_server_details - end
2015-01-14 19:44 | DEBUG | SSH not yet available... new retry in in 1 second
2015-01-14 19:44 | DEBUG | Checking if SSH port is open... Attempt number 1
2015-01-14 19:44 | INFO | Reading SSH info
2015-01-14 19:46 | DEBUG | SSH not yet available... new retry in in 1 second

On Wed, Jan 14, 2015 at 8:03 PM, Guillaume Giamarchi <
notifications@github.com> wrote:

A few questions to try to reproduce your problem :

  • What is your operating system (name and version) ?
  • Which version a Vagrant you're using ?
  • Can you confirm me your're using the latest version of the plugin
    (version 0.6.0) ?
  • When you replace your network configuration in the Vagrantfile with os.networks
    = ['net04'] the behaviour remain the same ? With the same output in
    the log ?


Reply to this email directly or view it on GitHub
#193 (comment)
.

John Jainschigg, MCA (200 - Professional)
917-405-3116
jjainschigg@mirantis.com

@ggiamarchi
Copy link
Owner

Ok great.

We keep this issue open to make os.networks = 'net04' behave like os.networks = ['net04']

@ggiamarchi ggiamarchi self-assigned this Jan 17, 2015
@ggiamarchi ggiamarchi modified the milestones: 0.6.1, 0.7 Jan 17, 2015
ggiamarchi added a commit that referenced this issue Jan 18, 2015
Sharpie pushed a commit to Sharpie/vagrant-openstack-provider that referenced this issue Jan 18, 2016
Sharpie pushed a commit to Sharpie/vagrant-openstack-provider that referenced this issue Jul 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants