Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Jaeger 942c19a6a8 Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I9c48f2cfa39e04a629e20cb320caca8fd69758fd
2019-12-18 10:05:09 +01:00
Alexander Kislitsky 8f5bf1883d Put, post operations implemented for environments
Implementation of environment operations moved to library package.
Code for searching objects by ids and names extracted to the library
function.
Exceptions propagation added to example config. It is useful for
testing and troubleshooting to have error message not only in logs
but in the API response too.
Tuningbox errors hierarchy added to the project.

Change-Id: Ic2fd3c3c17409723bfa3cfff1c0bb18f3a65f0d7
2016-08-15 18:54:06 +03:00
Alexander Kislitsky 5213a7d39a Keystone middleware added
For auth purposes keystone middleware is used.
Auth configuration added into example config.
Keystone auth is disabled in tests.

Change-Id: Id6e8da1529b35f66eb0192622f05662858b63b79
Closes-Bug: #1583106
2016-05-24 18:58:07 +03:00
Alexander Kislitsky ef9d306c5a uWSGI example config provided
Example uWSGI, application and systemd service configuraion files
added.
Logging configuration added into build_app. Logging configuration
is disabled for tests.

Change-Id: Iff6e5e7065d513caf48f272f7e49794d2ac53d0b
Closes-Bug: #1583134
2016-05-24 07:31:04 +00:00