Fix bug 997446, bug 997186

- Fixes endpoint in endpoint creation command to match the swift proxy.conf file.
- Fixes swift CLI verification commands - tenant:user not user:password.

Change-Id: I9cf555c9f814499499a8c23da58c290b1b6de9a5
This commit is contained in:
annegentle
2012-05-11 16:57:05 -05:00
parent 43a5808de0
commit 97a490b9ed
5 changed files with 21 additions and 22 deletions

View File

@@ -565,9 +565,9 @@ service-create \
endpoint-create \
--region RegionOne \
--service_id=272efad2d1234376cbb911c1e5a5a6ed \
--publicurl 'http://127.0.0.1:8080/v1/AUTH_%(tenant_id)s' \
--adminurl 'http://127.0.0.1:8080/' \
--internalurl 'http://127.0.0.1:8080/v1/AUTH_%(tenant_id)s'
--publicurl 'http://127.0.0.1:8888/v1/AUTH_%(tenant_id)s' \
--adminurl 'http://127.0.0.1:8888/' \
--internalurl 'http://127.0.0.1:8888/v1/AUTH_%(tenant_id)s'
</userinput>
<computeroutput>
+-------------+----------------------------------------------------------------+