Merge "Fix service_type in instance creation using heat services"

This commit is contained in:
Jenkins 2013-10-28 22:25:35 +00:00 committed by Gerrit Code Review
commit 8f88998d40

View File

@ -326,7 +326,7 @@ class FreshInstanceTasks(FreshInstance, NotifyMixin, ConfigurationMixin):
parameters = {"KeyName": "heatkey",
"Flavor": flavor["name"],
"VolumeSize": volume_size,
"ServiceType": "mysql",
"ServiceType": service_type,
"InstanceId": self.id,
"AvailabilityZone": availability_zone}
stack_name = 'trove-%s' % self.id