summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-project-tags-b544aef9672d415b.yaml
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2023-05-10 10:47:17 +0100
committerStephen Finucane <sfinucan@redhat.com>2023-05-10 10:48:53 +0100
commit379db31ea287d38a1877711548aea9b39b6573d8 (patch)
tree99f1a368fe452ab73adc438700c1bb5815080143 /releasenotes/notes/bp-project-tags-b544aef9672d415b.yaml
parent43f0e1090a201921dc7fa29bfd7a3594391214cb (diff)
downloadpython-openstackclient-379db31ea287d38a1877711548aea9b39b6573d8.tar.gz
Address pre-commit issues
We'd like to use pre-commit as our 'pep8' target. Before we do that, we need to address some issues that have crept in over the time since pre-commit was first added. Change-Id: I3bb383a00a44007eaa241e037e38aea16bd517b2 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'releasenotes/notes/bp-project-tags-b544aef9672d415b.yaml')
-rw-r--r--releasenotes/notes/bp-project-tags-b544aef9672d415b.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/notes/bp-project-tags-b544aef9672d415b.yaml b/releasenotes/notes/bp-project-tags-b544aef9672d415b.yaml
index 0da35ac3..2d3f519e 100644
--- a/releasenotes/notes/bp-project-tags-b544aef9672d415b.yaml
+++ b/releasenotes/notes/bp-project-tags-b544aef9672d415b.yaml
@@ -2,7 +2,7 @@
features:
- |
Add ``--tag`` option to ``project create`` command, ``--tag``, ``--clear-tags``, and
- ``--remove-tag`` options to ``project set`` command. Add ``--tags``, ``--tags-any``,
+ ``--remove-tag`` options to ``project set`` command. Add ``--tags``, ``--tags-any``,
``--not-tags``, and ``--not-tags-any`` options to ``project list`` command to filter
list results by different projects based on their tags.
[`blueprint project-tags <https://blueprints.launchpad.net/keystone/+spec/project-tags>`_]