Skip to content

Commit

Permalink
Change Service Template default version to 1
Browse files Browse the repository at this point in the history
Change-Id: I6e4f137d80848b469459677ccf94587eb89e8f28
Closes-bug: 1580727
  • Loading branch information
Praneet Bachheti committed May 11, 2016
1 parent d003927 commit 6a2e522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrail_heat/resources/service_template.py
Expand Up @@ -143,9 +143,9 @@ class HeatServiceTemplate(ContrailResource):
properties.Schema.STRING,
_('Indicates version for the template'),
constraints=[
constraints.AllowedValues([2]),
constraints.AllowedValues([1, 2]),
],
default='2',
default='1',
update_allowed=False
),
}
Expand Down

0 comments on commit 6a2e522

Please sign in to comment.