← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1887099] Re: Invalid metadefs for watchdog

 

Reviewed:  https://review.opendev.org/740384
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=24c281230e42a1592b563af0ae50518ecb8bb10e
Submitter: Zuul
Branch:    master

commit 24c281230e42a1592b563af0ae50518ecb8bb10e
Author: Cyril Roelandt <cyril@xxxxxxxxxx>
Date:   Fri Jul 10 02:55:11 2020 +0200

    Fix metadefs for compute-watchdog
    
    Change-Id: Idf9be5afea5d034b9679ad451306a8f2d365aa51
    Closes-Bug: #1887099


** Changed in: glance
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1887099

Title:
  Invalid metadefs for watchdog

Status in Glance:
  Fix Released
Status in Glance train series:
  New
Status in Glance ussuri series:
  New
Status in Glance victoria series:
  Fix Released

Bug description:
  The metadefs for the watchdog features, located in etc/metadefs
  /compute-watchdog.json, seem to be invalid and should read:

  
     "resource_type_associations": [
          {
              "name": "OS::Glance::Image",
              "prefix": "hw_"
          },
          {
              "name": "OS::Nova::Flavor",
              "prefix": "hw:"
          }
      ],

  
  The "hw" prefix should also be removed from the property.

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


References