Added missing python-novaclient installation
The instructions for Debian/Ubuntu were missing python-novaclient installation, required to complete the procedure. Change-Id: Ic64627f1ebec3d2093da1c3e522a15c2638a4465 backport: havana Closes-Bug: #1252604
This commit is contained in:
@@ -26,15 +26,17 @@
|
||||
|
||||
<screen os="ubuntu"><prompt>#</prompt> <userinput>apt-get install nova-novncproxy novnc nova-api \
|
||||
nova-ajax-console-proxy nova-cert nova-conductor \
|
||||
nova-consoleauth nova-doc nova-scheduler</userinput></screen>
|
||||
nova-consoleauth nova-doc nova-scheduler \
|
||||
python-novaclient</userinput></screen>
|
||||
|
||||
<screen os="debian"><prompt>#</prompt> <userinput>apt-get install nova-consoleproxy nova-api \
|
||||
nova-cert nova-conductor nova-consoleauth nova-scheduler</userinput></screen>
|
||||
nova-cert nova-conductor nova-consoleauth \
|
||||
nova-scheduler python-novaclient</userinput></screen>
|
||||
|
||||
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install openstack-nova-api openstack-nova-scheduler \
|
||||
openstack-nova-cert openstack-nova-conductor openstack-nova-console \
|
||||
openstack-nova-consoleauth openstack-nova-doc \
|
||||
openstack-nova-novncproxy python-novaclient</userinput></screen>
|
||||
openstack-nova-cert openstack-nova-conductor openstack-nova-console \
|
||||
openstack-nova-consoleauth openstack-nova-doc \
|
||||
openstack-nova-novncproxy python-novaclient</userinput></screen>
|
||||
</step>
|
||||
|
||||
<step os="debian">
|
||||
|
||||
Reference in New Issue
Block a user