Bad Request Error OpenStack -


i trying create instance command line using command,

nova boot --config-drive=true --flavor 2 --key-name key1 --image c28bc1e8-a25f-413c-9e13-fecdd5d6f522 instance1 

but got error,

error (badrequest): network 00000000-0000-0000-0000-000000000000, 11111111-1111-1111-1111-111111111111 not found. (http 400) (request-id: req-6dd0352e-008a-40c4-91e2-454529712ba9)

guide me how resolve problem.

i’m guessing may have rax_default_network_flags_python_novaclient_ext python package installed, automatically adds networks request, not booting instance in rackspace public cloud.

this can resolved using --no-service-net , --no-public arguments, or uninstalling above mentioned python module.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -