From d954d06c7e331ac6005abea5581533d831398f0a Mon Sep 17 00:00:00 2001 From: ricolin Date: Fri, 18 Dec 2015 16:01:32 +0800 Subject: [PATCH] Add release note for bp/support-host-aggregate Change-Id: Id8d31407150c39eb48403fe3da7f48188221a557 --- .../notes/bp-support-host-aggregate-fbc4097f4e6332b8.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/bp-support-host-aggregate-fbc4097f4e6332b8.yaml diff --git a/releasenotes/notes/bp-support-host-aggregate-fbc4097f4e6332b8.yaml b/releasenotes/notes/bp-support-host-aggregate-fbc4097f4e6332b8.yaml new file mode 100644 index 000000000..2ef685912 --- /dev/null +++ b/releasenotes/notes/bp-support-host-aggregate-fbc4097f4e6332b8.yaml @@ -0,0 +1,6 @@ +--- +features: + - OS::Nova::HostAggregate resource plugin is added to support host + aggregate, which is provided by nova ``aggregates`` API extension. + - nova.host constraint is added to support to validate host attribute + which is provided by nova ``host`` API extension.