Fix bug 887123

Change-Id: I632498cbacf87afc7284757ad71c8515a9710879
This commit is contained in:
razique 2011-11-07 17:52:05 +01:00
parent dbb4395e65
commit 01d97b6db5
1 changed files with 6 additions and 1 deletions

View File

@ -563,6 +563,10 @@ for n in node1 node2 node3; do
<td>--ec2_host</td>
<td>IP address; Indicates where the nova-api service is installed.</td>
</tr>
<tr>
<td>--ec2_url</td>
<td>Url; Indicates the service for EC2 requests.</td>
</tr>
<tr>
<td>--osapi_host</td>
<td>IP address; Indicates where the nova-api service is installed.</td>
@ -592,7 +596,8 @@ for n in node1 node2 node3; do
--state_path=/var/lib/nova
--verbose
--use_deprecated_auth
--ec2_host=http://184.106.239.134
--ec2_host=184.106.239.134
--ec2_url=http://184.106.239.134:8773/services/Cloud
--osapi_host=http://184.106.239.134
--s3_host=184.106.239.134
--rabbit_host=184.106.239.134