Nova Install Ubuntu 12.04.2 LTS issues [closed]
I am following the havana doc to install nova computer services based on the following doc http://docs.openstack.org/havana/install-guide/install/apt/content/nova-controller.html .
I am stuck at package installation.
I ran the following command to fetch and install the packages
root@ceph-1:/home/ceph# apt-get install nova-novncproxy novnc nova-api nova-ajax-console-proxy nova-cert nova-conductor nova-consoleauth nova-doc nova-scheduler python-novaclient
and this is what I get
root@ceph-1:/home/ceph# apt-get install nova-novncproxy novnc nova-api nova-ajax-console-proxy nova-cert nova-conductor nova-consoleauth nova-doc nova-scheduler python-novaclient
Reading package lists... Done
Building dependency tree
Reading state information... Done
nova-ajax-console-proxy is already the newest version.
nova-api is already the newest version.
nova-cert is already the newest version.
nova-conductor is already the newest version.
nova-consoleauth is already the newest version.
nova-doc is already the newest version.
nova-novncproxy is already the newest version.
nova-scheduler is already the newest version.
novnc is already the newest version.
python-novaclient is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 124 not upgraded.
9 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up nova-common (1:2013.1.3-0ubuntu1~cloud0) ...
usermod: no changes
Command failed, please check log for more info
2013-11-29 08:56:11.185 20707 CRITICAL nova [-] <VerNum(83)>
2013-11-29 08:56:11.185 20707 TRACE nova Traceback (most recent call last):
2013-11-29 08:56:11.185 20707 TRACE nova File "/usr/bin/nova-manage", line 1263, in <module>
2013-11-29 08:56:11.185 20707 TRACE nova main()
2013-11-29 08:56:11.185 20707 TRACE nova File "/usr/bin/nova-manage", line 1255, in main
2013-11-29 08:56:11.185 20707 TRACE nova fn(*fn_args, **fn_kwargs)
2013-11-29 08:56:11.185 20707 TRACE nova File "/usr/bin/nova-manage", line 798, in sync
2013-11-29 08:56:11.185 20707 TRACE nova return migration.db_sync(version)
2013-11-29 08:56:11.185 20707 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/db/migration.py", line 32, in db_sync
2013-11-29 08:56:11.185 20707 TRACE nova return IMPL.db_sync(version=version)
2013-11-29 08:56:11.185 20707 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.py", line 78, in db_sync
2013-11-29 08:56:11.185 20707 TRACE nova return versioning_api.upgrade(get_engine(), repository, version)
2013-11-29 08:56:11.185 20707 TRACE nova File "/usr/lib/python2.7/dist-packages/migrate/versioning/api.py", line 186, in upgrade
2013-11-29 08:56:11.185 20707 TRACE nova return _migrate(url, repository, version, upgrade=True, err=err, **opts)
2013-11-29 08:56:11.185 20707 TRACE nova File "<string>", line 2, in _migrate
2013-11-29 08:56:11.185 20707 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.py", line 43, in patched_with_engine
2013-11-29 08:56:11.185 20707 TRACE nova return f(*a, **kw)
2013-11-29 08:56:11.185 20707 TRACE nova File "/usr/lib/python2.7/dist-packages/migrate/versioning/api.py", line 345, in _migrate
2013-11-29 08:56:11 ...