From 0f0a5711fa57ed5d1b6680c9829be4e584081cbb Mon Sep 17 00:00:00 2001 From: Jacky Hu Date: Sun, 16 Apr 2017 13:52:41 +0800 Subject: [PATCH] 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 --- test-vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-vars.yml b/test-vars.yml index f615c7c7..3e45c296 100644 --- a/test-vars.yml +++ b/test-vars.yml @@ -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