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
This commit is contained in:
Jesse Pretorius 2019-05-08 15:18:44 +01:00
parent 7a3e528929
commit f7ce3ed094
1 changed files with 2 additions and 1 deletions

View File

@ -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