Add extra_specs to flavor

Change-Id: Iefeeeec2aaede367e681456977b96ccf93a34931
This commit is contained in:
Mohammed Naser 2018-08-02 12:31:54 -04:00
parent 2db9a54b15
commit 6a34ee3458
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@
ephemeral: "{{ item_flavor.ephemeral|default(omit) }}"
rxtx_factor: "{{ item_flavor.rxtx_factor|default(omit) }}"
region_name: "{{ item_cloud.region_name|default(omit) }}"
extra_specs: "{{ item_flavor.extra_specs|default(omit) }}"