
cloudbase-init is a cross-platform instance initialization tool, currently lergely adopted on Windows. FreeBSD and Linux support is currently under development as well. cloudbase-init supports Nova, EC2 and ConfigDrive metadata, Heat templates and any OpenStack related content. Supports Python 2.7 and Python 3.3. Change-Id: I80285664bd6210136997b85f36faa44df9fa9af8
15 lines
331 B
Plaintext
15 lines
331 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group cloudbase-init-core
|
|
label-Code-Review = -2..+2 group cloudbase-init-core
|
|
label-Workflow = -1..+1 group cloudbase-init-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group cloudbase-init-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|