DOUGH!!! i just saw the error on my local.conf. see above: ENABLED_SERVICES=n-cpu.. it should be ENABLED_SERVICES+=n-cpu, otherwise ENABLED_SERVICES gets reset, and since neutron-l3 is NOT in the list of ENABLED_SERVICES neutron_plugins/openvswitch_agent never gets sourced, so the function 'neutron_plugin_create_nova_conf' never gets defined! thus the error.
neutron_plugin_nova_conf gets defined in several places depending on what neutron plugin you are using, so for those affected by this, take a look at your local.conf and make sure that you have the services enabled which will source a file containing a definition of neutron_plugin_create_nova_conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1710647 Title: neutron_plugin_create_nova_conf: command not found To manage notifications about this bug go to: https://bugs.launchpad.net/devstack/+bug/1710647/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
