InvalidParameterValue: ERROR: The Parameter (fixed_network) was not provided. (HTTP 400)
While I'm Building a Kubernetes Bay - Based on Based on CoreOS: http://docs.openstack.org/developer/magnum/dev/quickstart.html (http://docs.openstack.org/developer/m...) after running: magnum bay-create --name k8sbay \ --baymodel k8sbaymodel-coreos \ --node-count 2
Error like this: Create for bay k8sbay-coreos failed: ERROR: The Parameter (fixed_network) was not provided. Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 138, in _dispatch_and_reply incoming.message))
File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 183, in _dispatch return self._do_dispatch(endpoint, method, ctxt, args)
File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 127, in _do_dispatch result = func(ctxt, **new_args)
File "/opt/stack/magnum/magnum/conductor/handlers/bay_conductor.py", line 153, in bay_create raise exception.InvalidParameterValue(message=six.text_type(e))
InvalidParameterValue: ERROR: The Parameter (fixed_network) was not provided. (HTTP 400)
However I can build a Kubernetes Bay - Based on Fedora Atomic successfully!