Add openstack_openrc role to common test requirements
With https://review.openstack.org/568139 merging this is now a common requirement, so ensure that all roles have it. The roles are also re-arranged alphanumerically by name. Change-Id: I7b21971eeb0dbf9f4190b5a76afaa04c1bf9db45
This commit is contained in:
parent
9d63583694
commit
90c5cca11e
@ -1,6 +1,10 @@
|
||||
---
|
||||
- name: systemd_service
|
||||
src: https://git.openstack.org/openstack/ansible-role-systemd_service
|
||||
- name: openstack_openrc
|
||||
scm: git
|
||||
src: https://git.openstack.org/openstack/openstack-ansible-openstack_openrc
|
||||
version: master
|
||||
- name: python_venv_build
|
||||
src: https://git.openstack.org/openstack/ansible-role-python_venv_build
|
||||
scm: git
|
||||
version: master
|
||||
- name: systemd_mount
|
||||
@ -11,7 +15,7 @@
|
||||
src: https://git.openstack.org/openstack/ansible-role-systemd_networkd
|
||||
scm: git
|
||||
version: master
|
||||
- name: python_venv_build
|
||||
src: https://git.openstack.org/openstack/ansible-role-python_venv_build
|
||||
- name: systemd_service
|
||||
src: https://git.openstack.org/openstack/ansible-role-systemd_service
|
||||
scm: git
|
||||
version: master
|
||||
|
Loading…
Reference in New Issue
Block a user