Remove links in openstack/charts/

These were added to pass the lint tests but don't seem to
be required any more.

Change-Id: I77153501ecdbf3ef25b8297b806aeaa3d96b5393
This commit is contained in:
Brian Haley 2022-08-03 16:17:21 -04:00
parent 0af17cfa2b
commit 24e98899d2
14 changed files with 2 additions and 13 deletions

View File

@ -53,6 +53,6 @@ dependencies:
description: A chart for openstack helm commmon deployment items
name: openstack
type: application
version: 0.1.3
version: 0.1.4
maintainers:
- name: OpenStack-Helm Authors

View File

@ -1 +0,0 @@
../../glance/

View File

@ -1 +0,0 @@
../../heat

View File

@ -1 +0,0 @@
../../../openstack-helm-infra/helm-toolkit

View File

@ -1 +0,0 @@
../../keystone/

View File

@ -1 +0,0 @@
../../../openstack-helm-infra/libvirt/

View File

@ -1 +0,0 @@
../../../openstack-helm-infra/mariadb

View File

@ -1 +0,0 @@
../../../openstack-helm-infra/memcached/

View File

@ -1 +0,0 @@
../../neutron/

View File

@ -1 +0,0 @@
../../nova/

View File

@ -1 +0,0 @@
../../../openstack-helm-infra/openvswitch/

View File

@ -1 +0,0 @@
../../placement/

View File

@ -1 +0,0 @@
../../../openstack-helm-infra/rabbitmq/

View File

@ -4,4 +4,5 @@ openstack:
- 0.1.1 Deploy compute-kit charts (neutron, nova, libvirt, openvswitch, placement)
- 0.1.2 Use host path storage for rabbitmq, so that rabbitmq retains data across pod recreation
- 0.1.3 Add neutron_netns_cleanup_cron release image override, so that the respective release image is used
- 0.1.4 Remove links in openstack/charts
...