diff --git a/doc/install-guide/section_nova-compute.xml b/doc/install-guide/section_nova-compute.xml index 855a74e198..26d4c10dce 100644 --- a/doc/install-guide/section_nova-compute.xml +++ b/doc/install-guide/section_nova-compute.xml @@ -87,26 +87,23 @@ Due to this bug that is marked Won't + >this bug, which is marked Won't Fix, guestfs is restricted. Run this command to relax the restriction: # chmod 0644 /boot/vmlinuz* - Either copy and modify the - /etc/nova/nova.conf file from the - controller node, or run the same - configuration commands. - # openstack-config --set /etc/nova/nova.conf \ - database connection mysql://nova:NOVA_DBPASS@controller/nova + Edit the /etc/nova/nova.conf configuration file: + # openstack-config --set /etc/nova/nova.conf database connection mysql://nova:NOVA_DBPASS@controller/nova # openstack-config --set /etc/nova/nova.conf DEFAULT auth_strategy keystone # openstack-config --set /etc/nova/nova.conf DEFAULT auth_host controller # openstack-config --set /etc/nova/nova.conf DEFAULT admin_user nova # openstack-config --set /etc/nova/nova.conf DEFAULT admin_tenant_name service -# openstack-config --set /etc/nova/nova.conf DEFAULT admin_password NOVA_PASS - - Edit the - /etc/nova/nova.conf file and add these +# openstack-config --set /etc/nova/nova.conf DEFAULT admin_password NOVA_PASS +# openstack-config --set /etc/nova/nova.conf DEFAULT rpc_backend nova.openstack.common.rpc.impl_qpid +# openstack-config --set /etc/nova/nova.conf DEFAULT qpid_hostname controller + Edit the + /etc/nova/nova.conf configuration file and add these lines to the appropriate sections: ... [DEFAULT] @@ -116,17 +113,14 @@ auth_strategy=keystone [database] # The SQLAlchemy connection string used to connect to the database connection = mysql://nova:NOVA_DBPASS@controller/nova - - # openstack-config --set /etc/nova/nova.conf \ - DEFAULT rpc_backend nova.openstack.common.rpc.impl_qpid -# openstack-config --set /etc/nova/nova.conf DEFAULT qpid_hostname controller - - - Configure the Compute service to use - the RabbitMQ message broker by setting these configuration - keys in the DEFAULT configuration group of - the /etc/nova/nova.conf file: - rpc_backend = nova.rpc.impl_kombu + + + Configure the Compute service to use the RabbitMQ message + broker by setting these configuration keys in the + DEFAULT configuration group of the + /etc/nova/nova.conf file: + +rpc_backend = nova.rpc.impl_kombu rabbit_host = controller @@ -165,10 +159,9 @@ glance_host=controller - Copy the /etc/nova/api-paste.ini file - from the controller node, or edit - the file to add the credentials to the - [filter:authtoken] section: + Edit the /etc/nova/api-paste.ini + configuration file to add the credentials to the + [filter:authtoken] section: [filter:authtoken] paste.filter_factory=keystoneclient.middleware.auth_token:filter_factory auth_host=controller