Merge "Document CONF.default_flavor is for EC2 only"
This commit is contained in:
@@ -642,7 +642,8 @@
|
|||||||
# Options defined in nova.compute.flavors
|
# Options defined in nova.compute.flavors
|
||||||
#
|
#
|
||||||
|
|
||||||
# default flavor to use, testing only (string value)
|
# default flavor to use for the EC2 API only. The Nova API
|
||||||
|
# does not support a default flavor. (string value)
|
||||||
#default_flavor=m1.small
|
#default_flavor=m1.small
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,8 @@ flavor_opts = [
|
|||||||
# Deprecated in Havana
|
# Deprecated in Havana
|
||||||
deprecated_name='default_instance_type',
|
deprecated_name='default_instance_type',
|
||||||
default='m1.small',
|
default='m1.small',
|
||||||
help='default flavor to use, testing only'),
|
help='default flavor to use for the EC2 API only. The Nova API '
|
||||||
|
'does not support a default flavor.'),
|
||||||
]
|
]
|
||||||
|
|
||||||
CONF = cfg.CONF
|
CONF = cfg.CONF
|
||||||
|
|||||||
Reference in New Issue
Block a user