Add test vars to prep for os_neutron role changes

Add test variables, 'nova_metadata_protocol' and
'nova_metadata_insecure', which will be used by os_neutron role.

Change-Id: Ifcde48f843b49b3596c56656b54b605f4f610097
This commit is contained in:
Jacky Hu 2017-04-16 13:52:41 +08:00
parent 9b047ae524
commit 0f0a5711fa

View File

@ -161,6 +161,8 @@ nova_keystone_auth_plugin: password
nova_management_address: "{{ ansible_host }}"
nova_metadata_port: 8775
nova_metadata_host: "{{ test_nova_api_metadata_host }}"
nova_metadata_protocol: http
nova_metadata_insecure: False
nova_metadata_proxy_secret: "secrete"
nova_novncproxy_vncserver_listen: localhost
nova_novncproxy_vncserver_proxyclient_address: localhost