Add missing master_flavor_id in cluster attributes

Field master_flavor_id is missing after the initial support of master-flavor
during cluster creation.

Change-Id: I3dc0168f6c3032ddb6493dc3aaaac24795cf2783
Partial-Bug: #1699247
This commit is contained in:
Ricardo Rocha 2017-12-14 13:47:24 +00:00
parent 7dc3067a0b
commit e814523685
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ CREATION_ATTRIBUTES.append('create_timeout')
CREATION_ATTRIBUTES.append('keypair')
CREATION_ATTRIBUTES.append('docker_volume_size')
CREATION_ATTRIBUTES.append('labels')
CREATION_ATTRIBUTES.append('master_flavor_id')
class Cluster(baseunit.BaseTemplate):