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:
@@ -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>
|
||||
+-------------+----------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user