Move manila variable
The user variable was incorrectly in passwords.yml The naming was inconsistent, it should be prefixed with manila_* Removed old unused variable TrivialFix Change-Id: I182797fcc6d62d35174403d78d71c8ad7ddcbc43
This commit is contained in:
parent
56fd071bcb
commit
d786ac948a
@ -38,7 +38,7 @@ manila_v2_public_endpoint: "{{ public_protocol }}://{{ kolla_external_fqdn }}:{{
|
||||
manila_logging_debug: "{{ openstack_logging_debug }}"
|
||||
|
||||
manila_keystone_user: "manila"
|
||||
|
||||
manila_tenant_name: "manila_tenant"
|
||||
manila_service_instance_user: "manila"
|
||||
manila_service_instance_password: "manila"
|
||||
|
||||
openstack_manila_auth: "{'auth_url':'{{ openstack_auth.auth_url }}','username':'{{ openstack_auth.username }}','password':'{{ openstack_auth.password }}','project_name':'{{ openstack_auth.project_name }}'}"
|
||||
|
@ -67,8 +67,8 @@ driver_handles_share_servers = False
|
||||
# service VMs in Nova. And following are data for some specific image.
|
||||
# We used one defined in [1]
|
||||
# [1] https://github.com/openstack/manila/blob/6785cad9/devstack/plugin.sh#L86
|
||||
service_instance_password = {{ service_instance_password }}
|
||||
service_instance_user = {{ service_instance_user }}
|
||||
service_instance_password = {{ manila_service_instance_password }}
|
||||
service_instance_user = {{ manila_service_instance_user }}
|
||||
service_image_name = manila-service-image
|
||||
|
||||
# These will be used for keypair creation and inserted into service VMs.
|
||||
|
@ -69,13 +69,6 @@ manila_keystone_password: "password"
|
||||
|
||||
memcache_secret_key: "password"
|
||||
|
||||
####################
|
||||
# Manila options
|
||||
####################
|
||||
service_instance_password: "manila"
|
||||
service_instance_user: "manila"
|
||||
|
||||
|
||||
####################
|
||||
# RabbitMQ options
|
||||
####################
|
||||
|
Loading…
Reference in New Issue
Block a user