Add new repo for Glance Tempest Plugin
This imports from a temporary github repo that preserves the history of the plugin and additionally applies the openstack cookiecutter to it. Implements: blueprint create-glance-tempest-plugin Needed-By: I91841f491bd75a8d53a5dc1f551bf091f5c9178e Change-Id: I2f112fca07bb175fa947e15e8bb7729a11de9029changes/65/767665/7
parent
25149c778c
commit
86876e9321
|
@ -3136,6 +3136,12 @@
|
|||
- translate
|
||||
- project: openstack/glance-specs
|
||||
description: OpenStack Image Management (Glance) Specifications
|
||||
- project: openstack/glance-tempest-plugin
|
||||
description: Tempest plugin for Glance project.
|
||||
groups:
|
||||
- glance
|
||||
acl-config: /home/gerrit2/acls/openstack/glance.config
|
||||
upstream: https://github.com/PranaliDeore/glance-tempest-plugin
|
||||
- project: openstack/glance_store
|
||||
description: Glance stores library
|
||||
groups:
|
||||
|
|
|
@ -579,6 +579,7 @@ openstack-glance:
|
|||
projects:
|
||||
- openstack/glance
|
||||
- openstack/glance-specs
|
||||
- openstack/glance-tempest-plugin
|
||||
- openstack/glance_store
|
||||
- openstack/python-glanceclient
|
||||
branches:
|
||||
|
|
|
@ -478,6 +478,7 @@
|
|||
- openstack/futurist
|
||||
- openstack/glance
|
||||
- openstack/glance-specs
|
||||
- openstack/glance-tempest-plugin
|
||||
- openstack/glance_store
|
||||
- openstack/goal-tools
|
||||
- openstack/governance
|
||||
|
|
Loading…
Reference in New Issue