Add heat-dashboard project
This project privides horizon plugin for heat. The repository will be a part of heat project. Change-Id: I12710886c8f98786179538a9a5dc4bacead3761a Needed-By: I71610da41505d7131ac864380d21fcb8d040b457
This commit is contained in:
parent
faced7a61e
commit
77f99f2474
11
gerrit/acls/openstack/heat-dashboard.config
Normal file
11
gerrit/acls/openstack/heat-dashboard.config
Normal file
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group heat-dashboard-core
|
||||
label-Code-Review = -2..+2 group heat-dashboard-core
|
||||
label-Workflow = -1..+1 group heat-dashboard-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -3848,6 +3848,9 @@
|
||||
acl-config: /home/gerrit2/acls/openstack/heat.config
|
||||
- project: openstack/heat-cfntools
|
||||
description: OpenStack Orchestration (Heat) CFN Tools
|
||||
- project: openstack/heat-dashboard
|
||||
description: Horizon plugin for OpenStack Orchestration (Heat)
|
||||
upstream: https://github.com/keiichi-hikita/heat-dashboard.git
|
||||
- project: openstack/heat-specs
|
||||
groups:
|
||||
- heat
|
||||
|
@ -197,6 +197,7 @@ heat:
|
||||
- openstack/heat
|
||||
- openstack/heat-agents
|
||||
- openstack/heat-cfntools
|
||||
- openstack/heat-dashboard
|
||||
- openstack/heat-specs
|
||||
- openstack/heat-templates
|
||||
- openstack/python-heatclient
|
||||
|
@ -10379,6 +10379,11 @@ projects:
|
||||
- name: python35-jobs
|
||||
- name: python-jobs
|
||||
|
||||
- name: openstack/heat-dashboard
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack/heat-specs
|
||||
template:
|
||||
- name: merge-check
|
||||
|
@ -943,6 +943,7 @@
|
||||
- openstack/heat
|
||||
- openstack/heat-agents
|
||||
- openstack/heat-cfntools
|
||||
- openstack/heat-dashboard
|
||||
- openstack/heat-specs
|
||||
- openstack/heat-templates
|
||||
- openstack/heat-translator
|
||||
|
Loading…
Reference in New Issue
Block a user