From 620ae776166235101f4c3fbe737270eaa0f1126b Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 23 Feb 2018 18:05:37 +0000 Subject: [PATCH] Switch to using the imported nspawn roles We've now imported the roles into the OpenStack namespace, so let's use them from there. Change-Id: I62aec92df9d40ef7e9c942c91e00055f9c8f0b08 --- ansible-role-requirements.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ansible-role-requirements.yml b/ansible-role-requirements.yml index 9dd5e94257..ebd214c3a5 100644 --- a/ansible-role-requirements.yml +++ b/ansible-role-requirements.yml @@ -194,13 +194,11 @@ scm: git src: https://github.com/logan2211/ansible-haproxy-endpoints version: master -# Once the initial commit for nspawn has been merged we can work on porting -# these roles over into the openstack-ansible namspace. - name: nspawn_container_create - src: https://github.com/cloudnull/ansible-nspawn_container_create + src: https://git.openstack.org/openstack/openstack-ansible-nspawn_container_create scm: git version: master - name: nspawn_host - src: https://github.com/cloudnull/ansible-nspawn_host + src: https://git.openstack.org/openstack/openstack-ansible-nspawn_hosts scm: git version: master