Revert "Remove links in openstack/charts/"

This reverts commit 24e98899d2.

Reason for revert: Seems to have broken lint in a subsequent
change in this repository, revert to fix gate.

Change-Id: I5d19abb172a45126438f7179f80bdb0a64bc098c
This commit is contained in:
Brian Haley 2022-08-10 12:45:00 +00:00
parent 24e98899d2
commit f22ca90d75
14 changed files with 14 additions and 1 deletions

View File

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

1
openstack/charts/glance Symbolic link
View File

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

1
openstack/charts/heat Symbolic link
View File

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

View File

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

1
openstack/charts/keystone Symbolic link
View File

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

1
openstack/charts/libvirt Symbolic link
View File

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

1
openstack/charts/mariadb Symbolic link
View File

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

1
openstack/charts/memcached Symbolic link
View File

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

1
openstack/charts/neutron Symbolic link
View File

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

1
openstack/charts/nova Symbolic link
View File

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

View File

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

1
openstack/charts/placement Symbolic link
View File

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

1
openstack/charts/rabbitmq Symbolic link
View File

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

View File

@ -5,4 +5,5 @@ openstack:
- 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
- 0.1.5 Revert Remove links in openstack/charts
...