From 95b4b67e3d9d0776600525b5d65c7cf3f3f675a2 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 2 Nov 2012 14:53:07 -0700 Subject: [PATCH] Run python-cinderclient through devstack-gate. Cinder is now the default for Grizzly so nova depends on cinderclient. Because of this new hard dependency we need to make sure that python-cinderclient is being run through the devstack-gate integration testing. Make it so. Change-Id: I82a021eb64f0dc5f11dff85caf35ce6cc2fbf59d Reviewed-on: https://review.openstack.org/15314 Reviewed-by: Dan Smith Reviewed-by: John Griffith Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- modules/openstack_project/files/zuul/layout.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 2d691f81f6..e7544db3ac 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -403,12 +403,16 @@ projects: - gate-python-cinderclient-pep8 - gate-python-cinderclient-python26 - gate-python-cinderclient-python27 + - gate-tempest-devstack-vm + - gate-tempest-devstack-vm-cinder gate: - gate-python-cinderclient-merge: - gate-python-cinderclient-docs - gate-python-cinderclient-pep8 - gate-python-cinderclient-python26 - gate-python-cinderclient-python27 + - gate-tempest-devstack-vm + - gate-tempest-devstack-vm-cinder post: - python-cinderclient-sdist-tarball - python-cinderclient-coverage