diff options
| author | Dr. Jens Harbott <harbott@osism.tech> | 2021-11-24 06:46:22 +0100 |
|---|---|---|
| committer | Dr. Jens Harbott <harbott@osism.tech> | 2021-11-24 06:51:17 +0100 |
| commit | 860d6360474b2f215097d1aa4018a57070e44924 (patch) | |
| tree | 36e6e1b489bdb4a0609736620ae33a2426a7c906 | |
| parent | 8b394e564120984059d6424bb870c8da51a400e7 (diff) | |
| download | python-openstackclient-860d6360474b2f215097d1aa4018a57070e44924.tar.gz | |
Temporarily drop aodhclient from doc build
Building plugin documentation is failing for aodhclient when running
with latest pyparsing. Drop the plugin from docs for now until the issue
can be fixed.
Needed-By: https://review.opendev.org/c/openstack/requirements/+/818614/
Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: I1cc1efd9ff2004dd711ed9da0b1d9e8be31175f4
| -rw-r--r-- | doc/source/cli/plugin-commands/aodh.rst | 4 | ||||
| -rw-r--r-- | doc/source/cli/plugin-commands/index.rst | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/source/cli/plugin-commands/aodh.rst b/doc/source/cli/plugin-commands/aodh.rst deleted file mode 100644 index 5d8b4332..00000000 --- a/doc/source/cli/plugin-commands/aodh.rst +++ /dev/null @@ -1,4 +0,0 @@ -aodh ----- - -.. autoprogram-cliff:: openstack.alarming.v2 diff --git a/doc/source/cli/plugin-commands/index.rst b/doc/source/cli/plugin-commands/index.rst index 4e1ce54b..638dcbe5 100644 --- a/doc/source/cli/plugin-commands/index.rst +++ b/doc/source/cli/plugin-commands/index.rst @@ -7,7 +7,6 @@ Plugin Commands .. toctree:: :maxdepth: 1 - aodh barbican designate gnocchi @@ -29,6 +28,10 @@ Plugin Commands .. TODO(efried): Make pages for the following once they're fixed. +.. aodh +.. # aodhclient docs build is failing with recent pyparsing +.. # autoprogram-cliff:: openstack.alarming.v2 + .. cue .. # cueclient is not in global-requirements .. # list-plugins:: openstack.mb.v1 |
