From b4c980591dabd588ad675d59181103efd1c00631 Mon Sep 17 00:00:00 2001 From: Steve Heyman Date: Thu, 6 Aug 2015 09:48:44 -0500 Subject: [PATCH] Update template for client impact Added section for client (python and CLI) impact as well as a link near the top so that an API blueprint can point to its related client blueprint. Change-Id: I4bc22933f27efcd59363e9e09ca117ad01f001cb --- specs/template.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specs/template.rst b/specs/template.rst index 691131b..663627d 100644 --- a/specs/template.rst +++ b/specs/template.rst @@ -12,6 +12,10 @@ Include the URL of your launchpad blueprint: https://blueprints.launchpad.net/barbican/+spec/example +Include the URL of your client blueprint: + +https://blueprints.launchpad.net/python-barbicanclient/example + Introduction paragraph -- why are we doing anything? A single paragraph of prose that operators can understand. @@ -183,6 +187,12 @@ Notifications & Audit Impact Please specify any changes to notifications or auditing. Be that an extra notification, changes to an existing notification, or removing a notification. +Python and Command Line Client Impact +------------------------------------- + +Please specify any changes to the python and command line clients (CLI). Consider +the OpenStack unified clients as well as the soon to be deprecated Barbican clients. + Other end user impact ---------------------