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:
parent
035ddc5461
commit
37bc7a5854
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user