New repo: devstack-plugin-open-cas

This repo is to add plugin to configure open-cas which is needed in
volume local cache feature.

open-cas: https://open-cas.github.io/
Nova Spec: https://review.opendev.org/#/c/689070/
Cinder Spec: https://review.opendev.org/#/c/684556/

Needed-By: https://review.opendev.org/#/c/711902/
Change-Id: I176dc57afcfd627ad470ed8c6cf7fbb7299cbb35
Signed-off-by: Liang Fang <liang.a.fang@intel.com>
This commit is contained in:
Liang Fang 2020-03-09 15:09:42 +08:00
parent 3897c6f2b7
commit a26717c634
4 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group cinder-core
abandon = group devstack-core
label-Code-Review = -2..+2 group cinder-core
label-Code-Review = -2..+2 group devstack-core
label-Workflow = -1..+1 group cinder-core
label-Workflow = -1..+1 group devstack-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -2846,6 +2846,8 @@
- project: openstack/devstack-plugin-kafka
description: DevStack plugin to configure Kafka.
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
- project: openstack/devstack-plugin-open-cas
description: DevStack plugin to configure open-cas.
- project: openstack/devstack-plugin-pika
description: DevStack plugin to configure Pika RabbitMQ driver.
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config

View File

@ -414,6 +414,7 @@ openstack-cinder:
- openstack/cinder-specs
- openstack/cinder-tempest-plugin
- openstack/cinderlib
- openstack/devstack-plugin-open-cas
- openstack/os-brick
- openstack/python-brick-cinderclient-ext
- openstack/python-cinderclient
@ -1441,6 +1442,7 @@ openstack-qa:
- openstack/devstack-gate
- openstack/devstack-plugin-ceph
- openstack/devstack-plugin-cookiecutter
- openstack/devstack-plugin-open-cas
- openstack/devstack-tools
- openstack/eslint-config-openstack
- openstack/grenade

View File

@ -498,6 +498,7 @@
- openstack/devstack-plugin-container
- openstack/devstack-plugin-cookiecutter
- openstack/devstack-plugin-kafka
- openstack/devstack-plugin-open-cas
- openstack/devstack-plugin-pika
- openstack/devstack-plugin-zmq
- openstack/devstack-tools