Add missing region to keystone endpoints
Change-Id: Ic72ed9f32f57a544cae5842656883af0711fd09d
This commit is contained in:
parent
93bc63e41d
commit
498148900b
@ -94,7 +94,8 @@
|
||||
--service-id $(keystone service-list | awk '/ object-store / {print $2}') \
|
||||
--publicurl 'http://<replaceable>controller</replaceable>:8080/v1/AUTH_%(tenant_id)s' \
|
||||
--internalurl 'http://<replaceable>controller</replaceable>:8080/v1/AUTH_%(tenant_id)s' \
|
||||
--adminurl http://<replaceable>controller</replaceable>:8080</userinput>
|
||||
--adminurl http://<replaceable>controller</replaceable>:8080 \
|
||||
-region regionOne</userinput>
|
||||
<computeroutput>+-------------+---------------------------------------------------+
|
||||
| Property | Value |
|
||||
+-------------+---------------------------------------------------+
|
||||
|
@ -107,7 +107,8 @@
|
||||
--service-id $(keystone service-list | awk '/ metering / {print $2}') \
|
||||
--publicurl http://<replaceable>controller</replaceable>:8777 \
|
||||
--internalurl http://<replaceable>controller</replaceable>:8777 \
|
||||
--adminurl http://<replaceable>controller</replaceable>:8777</userinput></screen>
|
||||
--adminurl http://<replaceable>controller</replaceable>:8777</userinput> \
|
||||
--region regionOne</screen>
|
||||
</step>
|
||||
</substeps>
|
||||
</step>
|
||||
|
@ -82,7 +82,8 @@ max_allowed_packet = 256M</programlisting>
|
||||
--service-id $(keystone service-list | awk '/ sahara / {print $2}') \
|
||||
--publicurl http://<replaceable>controller</replaceable>:8386/v1.1/%\(tenant_id\)s \
|
||||
--internalurl http://<replaceable>controller</replaceable>:8386/v1.1/%\(tenant_id\)s \
|
||||
--adminurl http://<replaceable>controller</replaceable>:8386/v1.1/%\(tenant_id\)s</userinput></screen>
|
||||
--adminurl http://<replaceable>controller</replaceable>:8386/v1.1/%\(tenant_id\)s \
|
||||
--region regionOne</userinput></screen>
|
||||
</para></step>
|
||||
<step><para>Start the sahara service:
|
||||
<screen os="rhel;centos;fedora;opensuse;ubuntu;debian"><prompt>#</prompt> <userinput>systemctl start openstack-sahara-all</userinput></screen>
|
||||
|
@ -212,7 +212,8 @@ trove_auth_url = http://<replaceable>controller</replaceable>:35357/v2.0</progra
|
||||
--service-id $(keystone service-list | awk '/ trove / {print $2}') \
|
||||
--publicurl http://<replaceable>controller</replaceable>:8779/v1.0/%\(tenant_id\)s \
|
||||
--internalurl http://<replaceable>controller</replaceable>:8779/v1.0/%\(tenant_id\)s \
|
||||
--adminurl http://<replaceable>controller</replaceable>:8779/v1.0/%\(tenant_id\)s</userinput></screen>
|
||||
--adminurl http://<replaceable>controller</replaceable>:8779/v1.0/%\(tenant_id\)s \
|
||||
--region regionOne</userinput></screen>
|
||||
</step>
|
||||
|
||||
<step os="rhel;centos;fedora;opensuse;sles;ubuntu">
|
||||
|
Loading…
Reference in New Issue
Block a user