Gate python-keystoneclient with devstack

Change-Id: Id1886035f1a70af1a4784e654c0a2ff8bc3ece37
This commit is contained in:
James E. Blair
2012-02-16 16:46:42 -08:00
parent 71afcda023
commit c7a3340d6d
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
PROJECTS="openstack/nova openstack/glance openstack/keystone openstack/python-novaclient openstack-dev/devstack openstack/openstack-ci"
PROJECTS="openstack/nova openstack/glance openstack/keystone openstack/python-novaclient openstack/python-keystoneclient openstack-dev/devstack openstack/openstack-ci"
# Set this to 1 to always keep the host around
ALWAYS_KEEP=${ALWAYS_KEEP:-0}

View File

@@ -43,6 +43,7 @@ PROJECTS = ['openstack/nova',
'openstack/glance',
'openstack/keystone',
'openstack/python-novaclient',
'openstack/python-keystoneclient',
'openstack-dev/devstack',
'openstack/openstack-ci']