2017-12-21 13:17:42 +08:00
|
|
|
..
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
|
|
not use this file except in compliance with the License. You may obtain
|
|
|
|
a copy of the License at
|
2014-07-04 18:56:07 +09:00
|
|
|
|
2017-12-21 13:17:42 +08:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2014-07-04 18:56:07 +09:00
|
|
|
|
2017-12-21 13:17:42 +08:00
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
License for the specific language governing permissions and limitations
|
|
|
|
under the License.
|
2014-07-04 18:56:07 +09:00
|
|
|
|
2017-12-21 13:17:42 +08:00
|
|
|
Convention for heading levels in Neutron devref:
|
|
|
|
======= Heading 0 (reserved for the title in a document)
|
|
|
|
------- Heading 1
|
|
|
|
~~~~~~~ Heading 2
|
|
|
|
+++++++ Heading 3
|
|
|
|
''''''' Heading 4
|
|
|
|
(Avoid deeper levels because they do not render well.)
|
2014-07-04 18:56:07 +09:00
|
|
|
|
2018-03-08 23:03:28 +09:00
|
|
|
=================================
|
|
|
|
Python-TackerClient Documentation
|
|
|
|
=================================
|
2014-07-04 18:56:07 +09:00
|
|
|
|
2018-03-08 23:03:28 +09:00
|
|
|
This is a client for OpenStack NFV MANO (Tacker) API. It provides
|
2017-12-21 13:17:42 +08:00
|
|
|
:doc:`Python API bindings <reference/index>` (the tackerclient module) and
|
|
|
|
:doc:`command-line interface (CLI) <cli/index>`.
|
2014-07-04 18:56:07 +09:00
|
|
|
|
2018-03-08 23:03:28 +09:00
|
|
|
Contents
|
|
|
|
--------
|
2014-07-04 18:56:07 +09:00
|
|
|
|
2017-12-21 13:17:42 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2014-07-04 18:56:07 +09:00
|
|
|
|
2018-03-08 23:03:28 +09:00
|
|
|
install/index
|
2017-12-21 13:17:42 +08:00
|
|
|
cli/index
|
2018-03-08 23:03:28 +09:00
|
|
|
contributor/index
|
2017-12-21 13:17:42 +08:00
|
|
|
reference/index
|
|
|
|
|
|
|
|
|
2018-03-08 23:03:28 +09:00
|
|
|
Release Notes
|
|
|
|
-------------
|
2017-12-21 13:17:42 +08:00
|
|
|
|
|
|
|
.. toctree::
|
2018-03-08 23:03:28 +09:00
|
|
|
:maxdepth: 1
|
2017-12-21 13:17:42 +08:00
|
|
|
|
2018-03-08 23:03:28 +09:00
|
|
|
Release Notes <http://docs.openstack.org/releasenotes/python-tackerclient>
|
2017-12-21 13:17:42 +08:00
|
|
|
|
|
|
|
|
2018-03-08 23:03:28 +09:00
|
|
|
Indices and Tables
|
|
|
|
------------------
|
2017-12-21 13:17:42 +08:00
|
|
|
|
2018-03-08 23:03:28 +09:00
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|