From a816a82d78892f05cb262d23468a1488ba651a63 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Mon, 17 Jul 2017 10:35:16 +0800 Subject: [PATCH] Add ceph_client role The role 'ceph_client' was not found in openstack-ansible-os_octavia, so add it. Change-Id: I3d0cb224aa7ceb66eaf6bdb824841883cc8ec467 Closes-Bug: #1704294 --- tests/ansible-role-requirements.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/ansible-role-requirements.yml b/tests/ansible-role-requirements.yml index 383b9161..66cff4f1 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -2,6 +2,10 @@ src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning scm: git version: master +- name: ceph_client + src: https://git.openstack.org/openstack/openstack-ansible-ceph_client + scm: git + version: master - name: pip_install src: https://git.openstack.org/openstack/openstack-ansible-pip_install scm: git @@ -65,4 +69,4 @@ - name: rsyslog_client src: https://git.openstack.org/openstack/openstack-ansible-rsyslog_client scm: git - version: master \ No newline at end of file + version: master