From c070b6f1860f76e71240a8e708fa4d9d5ee5cebe Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Fri, 14 Dec 2018 09:32:48 +0000 Subject: [PATCH] Initial release of os-resource-classes os-resource-classes is a library within the nova project that provides standard symbols for resource classes used by the placement service and clients thereof. It is very similar to the os-traits library, on which this file is based. The library currently uses nova's launchpad, as it's expected to have few bugs because it has no behaviors, just symbols. Eventually it will be a part of the placement project, when the separation is complete. The release is required by placement iself, which would like to start using this library as seen in https://review.openstack.org/#/c/623556/ Change-Id: I18cb98de2286a81c0ed275184b4e189f698a2d9c --- deliverables/stein/os-resource-classes.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deliverables/stein/os-resource-classes.yaml diff --git a/deliverables/stein/os-resource-classes.yaml b/deliverables/stein/os-resource-classes.yaml new file mode 100644 index 0000000000..dca2d482d6 --- /dev/null +++ b/deliverables/stein/os-resource-classes.yaml @@ -0,0 +1,13 @@ +--- +launchpad: nova +team: nova +type: library +release-model: cycle-with-intermediary +include-pypi-link: yes +repository-settings: + openstack/os-resource-classes: {} +releases: + - projects: + - hash: 1ae04e7d41a1f5d65708b89787f45ec0bbb32d9c + repo: openstack/os-resource-classes + version: 0.1.0