Fix error in doc of install openstack-helm
install openstack-helm like doc, but the service of horizon is not nodeport. Change-Id: I85b39aa0f3c9cf9880bc1d44270e2336d950a35c
This commit is contained in:
parent
5bc7ded909
commit
c65961ccfe
@ -135,7 +135,7 @@ repeat code.
|
||||
export FQDN=os.foo.org
|
||||
|
||||
helm install --name=horizon ./horizon --namespace=openstack \
|
||||
--set network.enable_node_port=true \
|
||||
--set network.node_port.enabled=true \
|
||||
--set endpoints.dashboard.host_fqdn_override.public=horizon.$FQDN \
|
||||
--set endpoints.identity.host_fqdn_override.public=keystone.$FQDN
|
||||
|
||||
@ -184,7 +184,7 @@ all the ``--set`` flags
|
||||
--set endpoints.identity.host_fqdn_override.public=keystone.$FQDN
|
||||
|
||||
helm install --name=horizon local/horizon --namespace=openstack \
|
||||
--set=network.enable_node_port=true \
|
||||
--set=network.node_port.enabled=true \
|
||||
--set endpoints.dashboard.host_fqdn_override.public=horizon.$FQDN \
|
||||
--set endpoints.identity.host_fqdn_override.public=keystone.$FQDN
|
||||
|
||||
|
@ -453,7 +453,7 @@ now create endpoints in the Keystone service catalog:
|
||||
::
|
||||
|
||||
helm install --namespace=openstack --name=horizon ./horizon \
|
||||
--set network.enable_node_port=true
|
||||
--set network.node_port.enabled=true
|
||||
|
||||
**Install Glance:**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user