Use the correct names for the overlay variables

The overlay was pointing to incorrectly named variables in the
zosci-config repo.

Related-Bug: #1948507
Closes-Bug: #1948475
Change-Id: I5c8d160eb5c23fd5e64b7c88529e4cdec22d980e
Depends-On: https://review.opendev.org/c/openstack/charm-cinder-netapp/+/826656
func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/658
This commit is contained in:
Corey Bryant 2022-03-15 19:14:36 +00:00 committed by Luciano Lo Giudice
parent 944f24b239
commit cc44a9c785

View File

@ -1,8 +1,8 @@
applications:
cinder-netapp:
options:
netapp-vserver: {{ NETAPP_VSERVER }}
netapp-server-hostname: {{ NETAPP_SERVER_HOSTNAME }}
netapp-server-port: {{ NETAPP_SERVER_PORT }}
netapp-login: {{ NETAPP_LOGIN }}
netapp-password: {{ NETAPP_PASSWORD }}
netapp-vserver: {{ TEST_NETAPP_SAN_VSERVER }}
netapp-server-hostname: {{ TEST_NETAPP_SAN_IP }}
netapp-server-port: {{ TEST_NETAPP_SAN_PORT }}
netapp-login: {{ TEST_NETAPP_SAN_USERNAME }}
netapp-password: {{ TEST_NETAPP_SAN_PASSWORD }}