docs: update pipelines for Mitaka and Newton

Change-Id: Ia6febb510273e3b417e2ed5d61c9f7a4d64e4e52
This commit is contained in:
Alvaro Lopez Garcia 2017-01-30 17:51:31 +01:00
parent 37d7dbfe64
commit 6ead85fdb1
4 changed files with 37 additions and 8 deletions

View File

@ -7,15 +7,10 @@ For your convenience, find below some example pipelines to be used with the
corresponding OpenStack Compute version. These are to be **added** into your
``/etc/nova/api-paste.ini`` configuration file.
.. include:: juno.rst
.. include:: kilo.rst
.. # NOTE(aloga): We are including the pipelines, so we are not adding them to
# any TOC and sphinx will complain.
.. toctree::
:hidden:
juno
kilo
liberty
mitaka
newton

View File

@ -1,5 +1,5 @@
Liberty (2015.2)
---------------
Liberty (12)
------------
.. code:: ini

View File

@ -0,0 +1,17 @@
Mitaka (13)
-----------
.. code:: ini
[composite:ooi]
use = call:nova.api.openstack.urlmap:urlmap_factory
/occi1.1: occi_api_11
[filter:occi]
paste.filter_factory = ooi.wsgi:OCCIMiddleware.factory
openstack_version = /v2.1
[composite:occi_api_11]
use = call:nova.api.auth:pipeline_factory_v21
noauth2 = cors compute_req_id faultwrap sizelimit noauth2 occi osapi_compute_app_v21
keystone = cors compute_req_id faultwrap sizelimit authtoken keystonecontext occi osapi_compute_app_v21

View File

@ -0,0 +1,17 @@
Netwon (14)
-----------
.. code:: ini
[composite:ooi]
use = call:nova.api.openstack.urlmap:urlmap_factory
/occi1.1: occi_api_11
[filter:occi]
paste.filter_factory = ooi.wsgi:OCCIMiddleware.factory
openstack_version = /v2.1
[composite:occi_api_11]
use = call:nova.api.auth:pipeline_factory_v21
noauth2 = cors http_proxy_to_wsgi compute_req_id faultwrap sizelimit noauth2 occi osapi_compute_app_v21
keystone = cors http_proxy_to_wsgi compute_req_id faultwrap sizelimit authtoken keystonecontext occi osapi_compute_app_v21