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:
parent
944f24b239
commit
cc44a9c785
@ -1,8 +1,8 @@
|
|||||||
applications:
|
applications:
|
||||||
cinder-netapp:
|
cinder-netapp:
|
||||||
options:
|
options:
|
||||||
netapp-vserver: {{ NETAPP_VSERVER }}
|
netapp-vserver: {{ TEST_NETAPP_SAN_VSERVER }}
|
||||||
netapp-server-hostname: {{ NETAPP_SERVER_HOSTNAME }}
|
netapp-server-hostname: {{ TEST_NETAPP_SAN_IP }}
|
||||||
netapp-server-port: {{ NETAPP_SERVER_PORT }}
|
netapp-server-port: {{ TEST_NETAPP_SAN_PORT }}
|
||||||
netapp-login: {{ NETAPP_LOGIN }}
|
netapp-login: {{ TEST_NETAPP_SAN_USERNAME }}
|
||||||
netapp-password: {{ NETAPP_PASSWORD }}
|
netapp-password: {{ TEST_NETAPP_SAN_PASSWORD }}
|
||||||
|
Loading…
Reference in New Issue
Block a user