commit | 3577260c3f25d9b2fede5cb78144f166f13f4b83 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Thu Nov 14 15:03:27 2013 +0900 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Wed Nov 27 06:02:50 2013 +0900 |
tree | 68ded4b967cdf478750d74bf22c53f6390d65a1d | |
parent | ae11415f7fd886c89fbada3f3041f2a5000d3430 [diff] |
Enable a uuid flavor Current tempest configuration enforces a flavor id should be integer, but we can create a uuid flavor. For example, the following command creates a flavor with auto-generated uuid: $ nova flavor-create m3.small auto 512 0 1 This patch enables a uuid flavor by changing a flavor_id type from integer to string. Change-Id: I6567ef3086710508ef4215e93634601119ce3402