Skip to content

Instantly share code, notes, and snippets.

@juddmaltin-dell
Created October 31, 2013 23:03
Show Gist options
  • Save juddmaltin-dell/7258633 to your computer and use it in GitHub Desktop.
Save juddmaltin-dell/7258633 to your computer and use it in GitHub Desktop.
neutron bridge "floating bridge"
[Thu, 31 Oct 2013 22:35:29 +0000] INFO: Processing neutron_bridge[floating bridge] action create (neutron::post_install_conf line 170)
Request Failed: internal server error while processing your request.
[Thu, 31 Oct 2013 22:35:30 +0000] INFO: CSV data from neutron net-list by get_net_id_by_name:
================================================================================
Error executing action `create` on resource 'neutron_bridge[floating bridge]'
================================================================================
NoMethodError
-------------
undefined method `[]' for nil:NilClass
Cookbook Trace:
---------------
/var/cache/chef/cookbooks/neutron/libraries/utils.rb:12:in `get_net_id_by_name'
/var/cache/chef/cookbooks/neutron/providers/bridge.rb:7:in `class_from_file'
Resource Declaration:
---------------------
# In /var/cache/chef/cookbooks/neutron/recipes/post_install_conf.rb
170: neutron_bridge "floating bridge" do
171: network_name "floating"
172: slaves [bound_if]
173: type "linuxbridge"
174: neutron_cmd neutron_cmd
175:
176: action :create
177: end
178: end
Compiled Resource:
------------------
# Declared in /var/cache/chef/cookbooks/neutron/recipes/post_install_conf.rb:170:in `from_file'
neutron_bridge("floating bridge") do
type "linuxbridge"
cookbook_name "neutron"
neutron_cmd "neutron --os-username neutron --os-password 804567336151 --os-tenant-name service --os-auth-url http://d08-00-27-f8-43-04.crowbar.org:5000/v2.0/"
slaves ["eth0.300"]
action [:create]
retry_delay 2
network_name "floating"
recipe_name "post_install_conf"
retries 0
end
[Thu, 31 Oct 2013 22:35:30 +0000] ERROR: Running exception handlers
[Thu, 31 Oct 2013 22:35:30 +0000] FATAL: Saving node information to /var/cache/chef/failed-run-data.json
[Thu, 31 Oct 2013 22:35:30 +0000] ERROR: Exception handlers complete
[Thu, 31 Oct 2013 22:35:30 +0000] FATAL: Stacktrace dumped to /var/cache/chef/chef-stacktrace.out
[Thu, 31 Oct 2013 22:35:30 +0000] FATAL: NoMethodError: neutron_bridge[floating bridge] (neutron::post_install_conf line 170) had an error: NoMethodError: undefined method `[]' for nil:NilClass
j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment