invalid choice: 'network-create'
Hi All -
In Ubuntu 10.04 env with Hanva stack on network-create step on compute node, I get the usage error on invalid choice:
nova network-create vmnet --fixed-range-v4=10.0.0.0/24 --bridge-interface=br100 --multi-host=T controller
usage: nova [--debug] [--os_username OS_USERNAME] [--os_password OS_PASSWORD]
[--os_tenant_name OS_TENANT_NAME] [--os_auth_url OS_AUTH_URL]
[--os_region_name OS_REGION_NAME] [--service_type SERVICE_TYPE]
[--service_name SERVICE_NAME] [--endpoint_type ENDPOINT_TYPE]
[--version VERSION] [--username USERNAME]
[--region_name REGION_NAME] [--apikey APIKEY]
[--projectid PROJECTID] [--url URL]
<subcommand> ...
error: argument <subcommand>: invalid choice: 'network-create' Try `nova' for more information. root@linux6:~#
Looking in Nova man page for subcommand, there is no network-create opt. Not sure if this is doc error or if I'm missing any SW. Following this doc:
http://docs.openstack.org/havana/install-guide/install/apt/content/nova-network.html
Regards Behzad
what does nova --version give you? Mine gives 2.15.0. Make sure that you pull python-nova-client from the havana repo and not from ubuntu as it will be too old?