Commit Graph

2 Commits

Author SHA1 Message Date
Tomasz Trębski f6b8df8d5c Disable mod-wsgi deployment of keystone
Changes rollbacks monasca-api devstack back to
using uwsgi (default) keystone deployed.
All components (api, agent, ui and client) are
capable of working with keystone deployed in such way.

Note:
  This is only for python

Depends-On: I579f6bcd5975a32af2a255be41c9b6c4043fa1dc
Depends-On: Ifee5b88ccb632222310aafb1081ecb9c9d085150
Depends-On: I01d0f3d9814376f9358feb23494e1ca5231aedac
Depends-On: I1712a24739438e2d8331a495f18f357749a633c5
Depende-On: I35f5943ae1eadb10dc416179c575cdad62753b69
Change-Id: Ic307c065e717d4682f1f6d42e3d48b5ea113cb5f
2017-07-17 05:50:02 +00:00
Artur Basiak e366823ac5 Mofidy tempest tests and WSGI_MODE for keystone
Keystone in default devstack installation runs as a uwsgi process
which isn't using ports 5000 and 35357. Instead it uses aliases bind
to default http port.
Set up keystone installation to runs as wsgi which uses default ports
that are used by monasca components.
Change tempest tests configuration to work with
keystone deployed in uwsgi mode.
Remove custom tempest.conf file. Using configure_auth_token_middleware
for monasca-api configuration file and use openrc to generate
environmental variables.

Story: 2000995
Task: 4173

Change-Id: I337609a471a8ee8e350e149df9e9d7924a730f57
2017-05-02 15:22:35 +02:00