Change swarm_manager to swarm_master

When swarm bays are being created, the bay api address is not being set.
This is because in the template definition, the api_address attribute is
being set on the swarm_manager, not the swarm_master.

Change-Id: I19c99db02086c19f76f33bce5ff4f2336b244d7b
Closes-Bug: #1496110
This commit is contained in:
Ryan Rossiter 2015-09-15 21:07:41 +00:00
parent 37602b0667
commit cf2470b7c9
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ class AtomicSwarmTemplateDefinition(BaseTemplateDefinition):
self.add_parameter('external_network',
baymodel_attr='external_network_id',
required=True)
self.add_output('swarm_manager',
self.add_output('swarm_master',
bay_attr='api_address')
self.add_output('swarm_nodes_external',
bay_attr='node_addresses')