From cc15c659c795a1d1e4034aa9c1a32a396a748574 Mon Sep 17 00:00:00 2001 From: Logan V Date: Thu, 9 May 2019 15:52:55 -0500 Subject: [PATCH] Revert "Pin nova_git_install_branch to before placement removal" This reverts commit f7ce3ed094dafce9e70fbea4c87888af098d0804. Depends-On: I2f5d4c2f1fc1418bc4f4c4baa1ce3c90b88208fc Change-Id: Ica43b16fa335934d4423bc924c0267c60c63c0fb --- test-vars.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-vars.yml b/test-vars.yml index c0acb228..4517f789 100644 --- a/test-vars.yml +++ b/test-vars.yml @@ -170,8 +170,7 @@ nova_api_container_mysql_password: "SuperSecrete" nova_glance_api_servers: "http://{{ test_glance_host }}:9292" nova_container_mysql_password: "SuperSecrete" nova_developer_mode: true -# pinned to before the placement API removal -nova_git_install_branch: e4857b98573bb5b50797298886399c5c37ab3eba # HEAD as of 29.03.2019 +nova_git_install_branch: "{{ test_branch }}" nova_keystone_auth_plugin: password nova_management_address: "{{ ansible_host }}" nova_metadata_port: 8775