← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1713150] [NEW] config option help for default value of default_publisher_id is wrong

 

Public bug reported:

The config option help for "default_publisher_id" says the default value
is "$my_ip" but that's not what's actually used:

        notifier = rpc.get_notifier('api', publisher_id=(
            CONF.notifications.default_publisher_id or CONF.host))

and:

    if not publisher_id:
        publisher_id = "%s.%s" % (service, host or CONF.host)

** Affects: nova
     Importance: Undecided
         Status: Triaged


** Tags: config

** Changed in: nova
       Status: New => Triaged

** Tags added: config

-- 
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/1713150

Title:
  config option help for default value of default_publisher_id is wrong

Status in OpenStack Compute (nova):
  Triaged

Bug description:
  The config option help for "default_publisher_id" says the default
  value is "$my_ip" but that's not what's actually used:

          notifier = rpc.get_notifier('api', publisher_id=(
              CONF.notifications.default_publisher_id or CONF.host))

  and:

      if not publisher_id:
          publisher_id = "%s.%s" % (service, host or CONF.host)

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


Follow ups