Add the os-resource-classes project

This is a library containing the names of the standard resource classes
in the Placement service. It is intended to standardize these names
across all deployments.

Change-Id: Id63810837b6b778b53e1dca922b44c87e04ffd23
This commit is contained in:
EdLeafe 2018-12-03 18:07:47 +00:00
parent 59b5ade9a1
commit 8cf3292c91
3 changed files with 7 additions and 0 deletions

View File

@ -5956,6 +5956,10 @@
- project: openstack/os-refresh-config
description: Restart services and coordinate data migration on Heat config changes.
acl-config: /home/gerrit2/acls/openstack/os-apply-config.config
- project: openstack/os-resource-classes
description: A library containing standardized resource class names in the Placement service.
upstream: https://github.com/cdent/os-resource-classes
acl-config: /home/gerrit2/acls/openstack/nova.config
- project: openstack/os-service-types
use-storyboard: true
description: A library to handle official service types for OpenStack and their

View File

@ -1354,6 +1354,7 @@ openstack-nova:
- openstack/gantt
- openstack/nova
- openstack/nova-specs
- openstack/os-resource-classes
- openstack/os-traits
- openstack/os-vif
- openstack/osc-placement
@ -1465,6 +1466,7 @@ openstack-placement:
- change-merged
projects:
- openstack/nova-specs
- openstack/os-resource-classes
- openstack/os-traits
- openstack/osc-placement
- openstack/placement

View File

@ -1034,6 +1034,7 @@
- openstack/os-net-config
- openstack/os-performance-tools
- openstack/os-refresh-config
- openstack/os-resource-classes
- openstack/os-service-types
- openstack/os-testr
- openstack/os-traits