summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2020-06-06 08:49:36 -0500
committerMonty Taylor <mordred@inaugust.com>2020-06-07 11:08:29 -0500
commit8477c4dbd0cf651b9b4ba4a4934de69d5942bfc2 (patch)
tree584f2aa287a2c3c6cbe819af368bade50c128a9e /releasenotes
parentd1dc0902a9a55378d13f7b2ba9238152e289a5af (diff)
downloadcliff-8477c4dbd0cf651b9b4ba4a4934de69d5942bfc2.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/command-group-8c00f260340a130c.yaml5
1 files changed, 5 insertions, 0 deletions
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.