Merge "Create new repo to host legacy heat-cfn client."
This commit is contained in:
commit
c40b6809bb
@ -121,6 +121,7 @@ heat:
|
||||
- openstack/python-heatclient
|
||||
- openstack/heat-cfntools
|
||||
- openstack/heat-templates
|
||||
- openstack-dev/heat-cfnclient
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -0,0 +1,16 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group heat-core
|
||||
label-Approved = +0..+1 group heat-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group heat-milestone
|
||||
label-Approved = +0..+1 group heat-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group heat-ptl
|
||||
pushTag = group heat-ptl
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -335,6 +335,16 @@
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: heat-cfnclient
|
||||
github-org: openstack-dev
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: horizon
|
||||
github-org: openstack
|
||||
|
@ -1551,6 +1551,16 @@ projects:
|
||||
- post-mirror-python33
|
||||
- heat-cfntools-docs
|
||||
|
||||
- name: openstack-dev/heat-cfnclient
|
||||
check:
|
||||
- gate-heat-cfnclient-pep8
|
||||
- gate-heat-cfnclient-python26
|
||||
- gate-heat-cfnclient-python27
|
||||
gate:
|
||||
- gate-heat-cfnclient-pep8
|
||||
- gate-heat-cfnclient-python26
|
||||
- gate-heat-cfnclient-python27
|
||||
|
||||
- name: openstack/heat-templates
|
||||
check:
|
||||
- gate-noop
|
||||
|
@ -355,6 +355,9 @@
|
||||
- project: stackforge/python-ipmi
|
||||
description: A Pure python IPMI library
|
||||
upstream: git://git.code.sf.net/p/xcat/python-ipmi
|
||||
- project: openstack-dev/heat-cfnclient
|
||||
description: CloudFormation compatibile Heat client
|
||||
upstream: git://github.com/steveb/heat-cfnclient.git
|
||||
- project: stackforge/pycadf
|
||||
description: CADF Python module
|
||||
- project: stackforge/tuskar
|
||||
|
Loading…
Reference in New Issue
Block a user