Zuul: Remove project name

Zuul no longer requires the project-name for in-repo configuration.
Omitting it makes forking or renaming projects easier.

Change-Id: I6d35871757dc864d7fe6fad2fa9e62a9062a7575
This commit is contained in:
James E. Blair 2018-01-24 16:33:53 -08:00
parent 035ddc5461
commit 37bc7a5854

View File

@ -10,7 +10,7 @@
devstack_localrc:
# TODO(rosmaita): remove when glanceclient tests no longer
# use the Images v1 API
GLANCE_V1_ENABLED: True
GLANCE_V1_ENABLED: true
LIBS_FROM_GIT: python-glanceclient
devstack_services:
# turn off ceilometer
@ -34,10 +34,9 @@
parent: glanceclient-dsvm-functional
vars:
devstack_localrc:
ENABLE_IDENTITY_V2: False
ENABLE_IDENTITY_V2: false
- project:
name: openstack/python-glanceclient
check:
jobs:
- glanceclient-dsvm-functional