mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 01:07:46 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user