From f7ce3ed094dafce9e70fbea4c87888af098d0804 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 8 May 2019 15:18:44 +0100 Subject: [PATCH] Pin nova_git_install_branch to before placement removal For role tests to work, we need to pin nova to before the placement removal. Once we're able to re-implement the role tests or remove them we can remove this pin. Change-Id: I58788af6f02a4b339a270dff69a86ce7cdea41d3 --- test-vars.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-vars.yml b/test-vars.yml index 282c7bae..ecf3b00c 100644 --- a/test-vars.yml +++ b/test-vars.yml @@ -170,7 +170,8 @@ nova_api_container_mysql_password: "SuperSecrete" nova_glance_api_servers: "http://{{ test_glance_host }}:9292" nova_container_mysql_password: "SuperSecrete" nova_developer_mode: true -nova_git_install_branch: "{{ test_branch }}" +# pinned to before the placement API removal +nova_git_install_branch: e4857b98573bb5b50797298886399c5c37ab3eba # HEAD as of 29.03.2019 nova_keystone_auth_plugin: password nova_management_address: "{{ ansible_host }}" nova_metadata_port: 8775