master
stable/victoria
stable/wallaby
stable/zed
stable/xena
stable/yoga
stable/train
stable/ussuri
stein-eol
rocky-eol
wallaby-em
16.1.0
19.0.0
19.0.0.0rc2
19.0.0.0rc1
victoria-em
18.0.0
18.0.0.0rc1
15.1.0
17.0.1
queens-eol
pike-eol
ussuri-em
17.0.0
17.0.0.0rc2
17.0.0.0rc1
14.2.0
ocata-eol
train-em
16.0.0
16.0.0.0rc1
stein-em
15.0.0
14.1.0
13.1.0
12.2.0
15.0.0.0rc1
13.0.2
12.1.0
14.0.0
14.0.0.0rc1
13.0.1
rocky-em
11.0.3
queens-em
13.0.0
13.0.0.0rc2
13.0.0.0rc1
pike-em
9.0.7
11.0.2
ocata-em
12.0.0
12.0.0.0rc2
11.0.1
10.0.3
9.0.6
12.0.0.0rc1
10.0.2
9.0.5
8.0.7
11.0.0
11.0.0.0rc2
11.0.0.0rc1
11.0.0.0b3
11.0.0.0b2
10.0.1
9.0.4
11.0.0.0b1
10.0.0
10.0.0.0rc2
9.0.3
10.0.0.0rc1
10.0.0.0b3
8.0.6
9.0.2
10.0.0.0b2
9.0.1
8.0.5
10.0.0.0b1
newton-eol
9.0.0
8.0.4
7.0.6
9.0.0.0rc2
9.0.0.0rc1
8.0.3
7.0.5
9.0.0.0b3
mitaka-eol
8.0.2
7.0.4
9.0.0.0b2
8.0.1
7.0.3
6.1.2
9.0.0.0b1
8.0.0
8.0.0.0rc2
8.0.0.0rc1
6.1.1
7.0.2
8.0.0.0b3
8.0.0.0b2
liberty-eol
7.0.1
8.0.0.0b1
5.0.3
7.0.0
7.0.0.0rc2
7.0.0.0rc1
5.0.2
6.1.0
7.0.0.0b3
7.0.0.0b2
7.0.0.0b1
kilo-eol
2015.1.4
6.0.0
6.0.0.0rc3
6.0.0.0rc2
6.0.0.0rc1
6.0.0.0b3
2015.1.3
5.0.1
6.0.0.0b2
juno-eol
6.0.0.0b1
2014.2.4
5.0.0
2015.1.2
5.0.0.0rc2
5.0.0.0rc1
5.0.0.0b3
5.0.0.0b2
2015.1.1
icehouse-eol
5.0.0.0b1
5.0.0a0
2014.1.5
2015.1.0
2015.1.0rc2
2014.2.3
2015.1.0rc1
2015.1.0b3
2014.1.4
2014.2.2
2015.1.0b2
2015.1.0b1
2014.2.1
2014.2
2014.2.rc3
2014.2.rc2
2014.1.3
2014.2.rc1
havana-eol
2013.2.4
2014.2.b3
2014.1.2
2014.2.b2
2014.2.b1
2014.1.1
2014.1
2014.1.rc2
2013.2.3
2014.1.rc1
grizzly-eol
2014.1.b3
2013.2.2
2014.1.b2
2013.2.1
2014.1.b1
2013.1.4
2013.2
2013.2.rc2
2013.2.rc1
2013.2.b3
2013.1.3
2013.2.b2
2013.1.2
2013.2.b1
v7-branch-eol
v6-branch-eol
v5-branch-eol
v4-branch-eol
2013.1
2013.1.rc2
2013.1.rc1
2013.1.g3
grizzly-2
v7.release
v6.release
v5.release
v4.release
v3.release
v2-M1.release
v1-POC.release
${ noResults }
5 Commits (1339f0a0b103c140be16653f5907ce7d7d44fe95)
Author | SHA1 | Message | Date |
---|---|---|---|
![]() |
1339f0a0b1 |
Rename OS::Heat::StructuredDeployments
Rename the StructuredDeployments resource to StructuredDeploymentGroup to avoid awkward situations when talking about the plural form of the StructuredDeployment resource. This has been agreed at the Vancouver summit. The existing 'StructuredDeployments' resource is kept for backwards compatibility, but with a deprecated status and corresponding deprecation message. Closes-Bug: #1458008 Change-Id: I5d274acf17f222c493d10ded50f87e05a075b424 |
8 years ago |
![]() |
94c2c5fc48 |
Rename OS::Heat::SoftwareDeployments
Rename the SoftwareDeployments resource to SoftwareDeploymentGroup to avoid awkward situations when talking about the plural form of the SoftwareDeployment resource. This has been agreed at the Vancouver summit. The existing 'SoftwareDeployments' resource is kept for backwards compatibility, but with a deprecated status and corresponding deprecation message. Change-Id: Iae38b4afcb924ba626eccadfd68712e708be2bff Partial-Bug: #1458008 |
8 years ago |
![]() |
4b5f296acc |
Replace self.properties.get on self.properties[]
Remove unnecessary using self.properties.get for more clear code. Using properties.get(prop, default) causes next issues: 1. properties.get(prop) if prop not in properties_schema will return None instead of expected KeyError. 2. properties.get(prop, default) returns "default" value if current properties is not presented in properties_schema. So using self.properties.get() makes sense only when we plan to use this property with default option in another resource, which has not it in property schema. This patch replaces this methods in resources/openstack folder. Change-Id: I523eb3feacb0cb7a16a928a92896ce56188e376f |
8 years ago |
![]() |
a272b3f8d9 |
Allow empty 'config' for software deployments
Allow empty 'config' for software deployment resources. The use case would be for custom agents where the config is already baked into the image, so these agents would still want to: read input_values to feed into the baked-in config signal heat that deployment is complete, including output values Change-Id: I87807065bf5821bcff23810d7e58c34eaa991f19 Closes-Bug: #1407387 |
8 years ago |
![]() |
ac2844f8bf |
Move heat resources
Change-Id: I5017bcca71b626e424b5df6d4433a5ca7b75ebc6 Implements: blueprint reorganize-resources-code-structure |
8 years ago |