diff options
Diffstat (limited to 'nova/config.py')
-rw-r--r-- | nova/config.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nova/config.py b/nova/config.py index 95d897255..172e772ae 100644 --- a/nova/config.py +++ b/nova/config.py @@ -66,19 +66,12 @@ global_opts = [ cfg.ListOpt('memcached_servers', default=None, help='Memcached servers or None for in process cache.'), - cfg.StrOpt('default_ephemeral_format', - default=None, - help='The default format an ephemeral_volume will be ' - 'formatted with on creation.'), cfg.BoolOpt('use_ipv6', default=False, help='use ipv6'), cfg.IntOpt('service_down_time', default=60, help='maximum time since last check-in for up service'), - cfg.BoolOpt('use_cow_images', - default=True, - help='Whether to use cow images'), ] cfg.CONF.register_opts(global_opts) |