Correct the log path of AMQP
The AMQP info is found in nova-compute.log rather than nova-compute, this patch fix this. Change-Id: Iaeed7aa358cffd3793da2b17386392978e601219
This commit is contained in:
parent
522e4919f8
commit
204a29f416
@ -96,7 +96,7 @@ Also ensure that it has successfully connected to the AMQP server:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# grep AMQP /var/log/nova/nova-compute
|
||||
# grep AMQP /var/log/nova/nova-compute.log
|
||||
2013-02-26 09:51:31 12427 INFO nova.openstack.common.rpc.common [-] Connected to AMQP server on 199.116.232.36:5672
|
||||
|
||||
After the compute node is successfully running, you must deal with the
|
||||
|
Loading…
Reference in New Issue
Block a user