From e31607bea482b9e0a08b76d38d1998977c0b4023 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Thu, 29 Sep 2016 10:49:20 +0100 Subject: [PATCH] Fix nova gate for tempest Add correct format to the nova_glance_api_servers variable. Add current default used in nova/tempest/ironic gates for br-vlan (public cidr) Change-Id: I2b1107df4ee7e57cb98e6389297957a3e74f1666 --- test-vars.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-vars.yml b/test-vars.yml index c1332c00..7477aa5b 100644 --- a/test-vars.yml +++ b/test-vars.yml @@ -147,7 +147,7 @@ nova_api_container_mysql_password: "SuperSecrete" nova_api_galera_address: "{{ test_galera_host }}" nova_api_galera_database: nova_api nova_api_galera_user: nova_api -nova_glance_api_servers: "{{ test_glance_host }}" +nova_glance_api_servers: "http://{{ test_glance_host }}:9292" nova_container_mysql_password: "SuperSecrete" nova_developer_mode: true nova_galera_address: "{{ test_galera_host }}" @@ -293,6 +293,7 @@ tempest_venv_tag: "{{ tempest_git_install_branch }}" # tempest_venv_bin is the same as the default in os_tempest role, but we set # it again here so we can refer to it in test-nova-functional.yml tempest_venv_bin: "/opt/tempest_{{ tempest_venv_tag }}/bin" +tempest_public_subnet_cidr: 10.1.3.0/24 tempest_log_dir: "/var/log/" tempest_main_group: utility_all tempest_service_available_aodh: "{{ ((groups['aodh_all'] is defined) and (groups['aodh_all'] | length > 0)) }}"