From 8477c4dbd0cf651b9b4ba4a4934de69d5942bfc2 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 6 Jun 2020 08:49:36 -0500 Subject: Import command group support from osc-lib osc-lib adds support for named groups of commands. There's nothing particularly openstackclient about this support, so add it here. This way when we add defered plugin loading, it'll work. Change-Id: Ia0260d2607f4a240b39e90da4b5b09e7cdfde04f --- releasenotes/notes/command-group-8c00f260340a130c.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/command-group-8c00f260340a130c.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/command-group-8c00f260340a130c.yaml b/releasenotes/notes/command-group-8c00f260340a130c.yaml new file mode 100644 index 0000000..d832572 --- /dev/null +++ b/releasenotes/notes/command-group-8c00f260340a130c.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Added support for command groups. This was originally added + in osc_lib downstream. -- cgit v1.2.1