diff --git a/doc/install-guide/section_nova-controller.xml b/doc/install-guide/section_nova-controller.xml index 8030b7099f..8484e9e711 100644 --- a/doc/install-guide/section_nova-controller.xml +++ b/doc/install-guide/section_nova-controller.xml @@ -12,23 +12,13 @@ node. - Install the - openstack-nova meta-package, which - installs various Compute packages that are used on the - controller node. - # yum install openstack-nova python-novaclient - Install these Compute - packages, which provide the Compute services that run on the - controller node. - # apt-get install nova-novncproxy novnc nova-api \ - nova-ajax-console-proxy nova-cert nova-conductor \ - nova-consoleauth nova-doc nova-scheduler \ + Install the Compute packages necessary for the controller + node. + # yum install openstack-nova-api openstack-nova-cert openstack-nova-conductor \ + openstack-nova-console openstack-nova-novncproxy openstack-nova-scheduler \ python-novaclient - - # apt-get install nova-consoleproxy nova-api \ - nova-cert nova-conductor nova-consoleauth \ - nova-scheduler python-novaclient - + # apt-get install nova-api nova-cert nova-conductor nova-consoleauth \ + nova-novncproxy nova-scheduler python-novaclient # zypper install openstack-nova-api openstack-nova-scheduler \ openstack-nova-cert openstack-nova-conductor openstack-nova-console \ openstack-nova-consoleauth openstack-nova-doc \