Fix helm deployment names

The deployment names for nova and neutron were both listed as
'glance'. Changed the names to match the services
This commit is contained in:
Steve Wilkerson 2016-12-30 09:11:01 -06:00
parent e4527c6a7d
commit c0ab32cf06

View File

@ -160,8 +160,8 @@ $ helm install --name=rabbitmq local/rabbitmq --namespace=openstack
$ helm install --name=keystone local/keystone --namespace=openstack
$ helm install --name=horizon local/horizon --namespace=openstack
$ helm install --name=glance local/glance --namespace=openstack
$ helm install --name=glance local/nova --namespace=openstack
$ helm install --name=glance local/neutron --namespace=openstack
$ helm install --name=nova local/nova --namespace=openstack
$ helm install --name=neutron local/neutron --namespace=openstack
```
# Horizon Management