Add extensions for flavor swap and rxtx_factor

The swap and flavor attributes of a flavor are not in the spec. This
moves the properties so they are generated by extensions. The output
will not be changed if all extensions are enabled (by default), but
we now have a way to document these extra attributes and disable them.

DocImpact

Change-Id: Iee1cb1b1ee4116a38b90db581c38468d3d92afaf
This commit is contained in:
Vishvananda Ishaya
2012-08-31 12:51:52 -07:00
parent 241cc1fb50
commit 7dafdf43fe

View File

@@ -94,6 +94,8 @@
"compute_extension:extended_status": [], "compute_extension:extended_status": [],
"compute_extension:flavor_access": [], "compute_extension:flavor_access": [],
"compute_extension:flavor_disabled": [], "compute_extension:flavor_disabled": [],
"compute_extension:flavor_rxtx": [],
"compute_extension:flavor_swap": [],
"compute_extension:flavorextradata": [], "compute_extension:flavorextradata": [],
"compute_extension:flavorextraspecs": [], "compute_extension:flavorextraspecs": [],
"compute_extension:flavormanage": [], "compute_extension:flavormanage": [],