← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1887099] [NEW] Invalid metadefs for watchdog

 

Public bug reported:

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.

** Affects: glance
     Importance: Undecided
     Assignee: Cyril Roelandt (cyril-roelandt)
         Status: New

** Changed in: glance
     Assignee: (unassigned) => Cyril Roelandt (cyril-roelandt)

-- 
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:
  New

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


Follow ups