← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1494207] Re: console proxies options in [DEFAULT] group are confusing

 

This bug report doesn't describe a failure in the behavior of Nova.
It's a personal todo item which doesn't need the overhead of a bug
report. Because of this, I'm closing this report as invalid. This
shouldn't stop you though to do your item and push it as a review.

** Changed in: nova
       Status: In Progress => Opinion

** Changed in: nova
   Importance: Low => Wishlist

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1494207

Title:
  console proxies options in [DEFAULT] group are confusing

Status in OpenStack Compute (nova):
  Opinion

Bug description:
  Now config options of different consoles using baseproxy reside in
  [DEFAULT] group, which is very confusing given the fact how they are
  named, e.g.:

      cfg.StrOpt('cert',
                 default='self.pem',
                 help='SSL certificate file'),
      cfg.StrOpt('key',
                 help='SSL key file (if separate from cert)'),

  one would probably expect these options to set SSL key/cert for other
  places in Nova as well (e.g. API), but those are used solely in
  console proxies.

  We could probably give these options their own group in the config and
  use deprecate_name/deprecate_group for backwards compatibility with
  existing config files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1494207/+subscriptions


References