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: I613bd89f598ee496698966c0aefd3bae8e1b076e
Closes-bug: 1580727
  • Loading branch information
Praneet Bachheti committed May 11, 2016
1 parent d06ce50 commit bb96963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrail_heat/resources/service_template.py
Expand Up @@ -144,9 +144,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 bb96963

Please sign in to comment.