openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #22792
error installing nova in ubuntu
Hi,
I am this guide for installation http://docs.openstack.org/trunk/openstack-compute/install/apt/content/compute-create-network.html
I am stuck now. Any help will be highly appreciated.
[(keystone_admin)]# nova-manage db sync
2013-04-17 16:28:25 22384 DEBUG nova.utils [-] backend <module 'nova.db.sqlalchemy.migration' from '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.pyc'> __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:506
[(keystone_admin)]# keystone service-list
+----------------------------------+----------+----------+---------------------------+
| id | name | type | description |
+----------------------------------+----------+----------+---------------------------+
| 31102bd9753e43078e9383e16c21af6f | nova | compute | Compute Service |
| 3e7237e98d72467d9e468883ad116add | glance | image | Glance Image Service |
| 42560f9b834e41eb9b379ea030aa22f2 | keystone | identity | Keystone identity Service |
+----------------------------------+----------+----------+---------------------------+
[(keystone_admin)]# keystone endpoint-list
+----------------------------------+-----------+---------------------------------------------+---------------------------------------------+----------------------------------------------+
| id | region | publicurl | internalurl | adminurl |
+----------------------------------+-----------+---------------------------------------------+---------------------------------------------+----------------------------------------------+
| 0f5f30035f09434daf52a19d71b869f3 | RegionOne | http://192.168.122.10:8774/v2/%(tenant_id)s | http://192.168.122.10:8774/v2/%(tenant_id)s | http://192.168.206.130:8774/v2/%(tenant_id)s |
| 3fcbc339d07a41fe8d5c58d606c17e86 | RegionOne | http://192.168.122.10:5000/v2.0 | http://192.168.122.10:5000/v2.0 | http://192.168.122.10:35357/v2.0 |
| d12f04ccadee47e080e20dfb1dc6c987 | RegionOne | http://192.168.122.10:9292 | http://192.168.122.10:9292 | http://192.168.122.10:9292 |
+----------------------------------+-----------+---------------------------------------------+---------------------------------------------+----------------------------------------------+
[(keystone_admin)]# nova-manage service list
2013-04-17 16:22:29 DEBUG nova.utils [req-696df22c-c92e-4ab7-a212-53e9d4c84d12 None None] backend <module 'nova.db.sqlalchemy.api' from '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc'> __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:506
Binary Host Zone Status State Updated_At
nova-scheduler ubu-a.arindam.com nova enabled XXX None
[(keystone_admin)]# nova network-create private --fixed-range-v4=192.168.100.0/24 --bridge-interface=br100
usage: nova [--version] [--debug] [--no-cache] [--timings]
[--os-username <auth-user-name>] [--os-password <auth-password>]
[--os-tenant-name <auth-tenant-name>] [--os-auth-url <auth-url>]
[--os-region-name <region-name>] [--os-auth-system <auth-system>]
[--service-type <service-type>] [--service-name <service-name>]
[--volume-service-name <volume-service-name>]
[--endpoint-type <endpoint-type>]
[--os-compute-api-version <compute-api-ver>] [--insecure]
[--bypass-url <bypass-url>]
<subcommand> ...
error: argument <subcommand>: invalid choice: 'network-create'
Try 'nova help ' for more information.
[(keystone_admin)]# sudo apt-get install nova-novncproxy novnc nova-api nova-ajax-console-proxy nova-cert nova-conductor nova-consoleauth nova-doc nova-scheduler nova-network nova-conductor
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nova-conductor
E: Unable to locate package nova-conductor