OpenStackClient plugin for Placement service
Go to file
Andreas Jaeger 80bcdd2aab Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Set openstackdocs_pdf_link to link to PDF file. Note that
the link to the published document only works on docs.openstack.org
where the PDF file is placed in the top-level html directory. The
site-preview places the PDF in a pdf directory.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: Iedbe8c96c57403d5ee7208cc89bddd9809b70eb2
2020-05-23 18:08:38 +02:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-23 18:08:38 +02:00
osc_placement Cleanup py27 support 2020-04-13 11:28:10 +02:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-05-23 18:08:38 +02:00
.coveragerc Initial commit 2017-03-22 11:58:28 +02:00
.gitignore gitignore: Ignore .stestr directory 2019-09-24 17:27:09 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:32:00 +00:00
.mailmap Initial commit 2017-03-22 11:58:28 +02:00
.stestr.conf Update tox and tests to work with modern setups 2019-03-01 04:12:18 +00:00
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2019-11-23 15:57:43 +00:00
babel.cfg Initial commit 2017-03-22 11:58:28 +02:00
CONTRIBUTING.rst Update bugs link in contributing doc 2019-03-12 11:39:50 +00:00
HACKING.rst Initial commit 2017-03-22 11:58:28 +02:00
LICENSE Initial commit 2017-03-22 11:58:28 +02:00
MANIFEST.in Initial commit 2017-03-22 11:58:28 +02:00
README.rst Fixups for pdf docs 2019-09-24 17:26:39 +01:00
requirements.txt Add --aggregate option to 'resource provider inventory set' 2019-08-28 21:03:39 +00:00
setup.cfg Cleanup py27 support 2020-04-13 11:28:10 +02:00
setup.py Cleanup py27 support 2020-04-13 11:28:10 +02:00
test-requirements.txt Cleanup py27 support 2020-04-13 11:28:10 +02:00
tox.ini Cleanup py27 support 2020-04-13 11:28:10 +02:00

osc-placement

image

OpenStackClient plugin for the Placement service

This is an OpenStackClient plugin, that provides CLI for the Placement service. Python API binding is not implemented - Placement API consumers are encouraged to use the REST API directly, CLI is provided only for convenience of users.