Update paste, policy and rootwrap configurations 2016-12-02

This patch also removes the pip install of oslo.db since it is a
requirement of ceilometer it will get installed.

This patch adds oslo.vmware as a dependency. This can be removed once
Iaf51101bbaa5eba49f78e950152095913951430e merges.

Change-Id: I8edcb71f360abf9233c0b2b8d505a5fb8cd4178c
This commit is contained in:
Andy McCrae 2016-12-02 09:58:48 +00:00 committed by Andy McCrae
parent 6891580e94
commit 601a9957cb
2 changed files with 3 additions and 1 deletions

View File

@ -142,7 +142,7 @@ ceilometer_pip_packages:
- ceilometermiddleware
- gnocchiclient
- libvirt-python
- oslo.db
- oslo.vmware
- pycrypto
- PyMySQL
- pymongo

View File

@ -12,9 +12,11 @@ paste.app_factory = ceilometer.api.app:app_factory
[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
oslo_config_project = ceilometer
[filter:request_id]
paste.filter_factory = oslo_middleware:RequestId.factory
oslo_config_project = ceilometer
[filter:cors]
paste.filter_factory = oslo_middleware.cors:filter_factory