From 2e5b38088a43539621de82aa2d0c1b366c2638a9 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 7 Aug 2018 07:57:15 -0500 Subject: [PATCH] Add missing release notes None of the patches came with release notes, which makes the release notes page a sad panda. Change-Id: I746af836643e3a7d7d3f4095aa0095176d13ada3 --- releasenotes/notes/missed-notes-d16705a6a56eb3c6.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/missed-notes-d16705a6a56eb3c6.yaml diff --git a/releasenotes/notes/missed-notes-d16705a6a56eb3c6.yaml b/releasenotes/notes/missed-notes-d16705a6a56eb3c6.yaml new file mode 100644 index 0000000..0a979cd --- /dev/null +++ b/releasenotes/notes/missed-notes-d16705a6a56eb3c6.yaml @@ -0,0 +1,11 @@ +--- +features: + - | + Added ``permissive`` flag to ``get_service_type`` defaulting to ``False`` + to allow returning the given type instead of ``None`` if the given type + is unknown. + - | + Added ``container-infra`` alias for + ``container-infrastructure-management``. + - | + Added ``function-engine`` service type for ``qinling`` project.