Skip to content

Commit

Permalink
Merge "Set default as virtual-machine for template"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Mar 25, 2015
2 parents 18c6493 + 5deced0 commit f532db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/svc-monitor/svc_monitor/config_db.py
Expand Up @@ -375,7 +375,7 @@ def update(self, obj=None):
self.params = obj.get('service_template_properties')
if self.params:
self.virtualization_type = self.params.get(
'service_virtualization_type', 'virtual-machine')
'service_virtualization_type') or 'virtual-machine'
self.update_multiple_refs('service_instance', obj)
self.id_perms = obj['id_perms']
# end update
Expand Down

0 comments on commit f532db1

Please sign in to comment.