Merge "Document CONF.default_flavor is for EC2 only"

This commit is contained in:
Jenkins
2013-08-26 04:07:29 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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