Commit Graph

8 Commits

Author SHA1 Message Date
Martin Chacon Piza 91022f3e80 Remove project content on master branch
This is step 2b of repository deprecation process as described in [1].

[1] https://docs.openstack.org/project-team-guide/repository.html#step-2b-remove-project-content

Change-Id: Ie446c1cd447789d189a9e723fff9ee783dd3cf4f
2021-02-22 14:57:15 +01:00
Zuul 8b6582d8d4 Merge "Using oslo.policy for monasca-log-api" 2018-07-31 14:03:04 +00:00
Amir Mofakhar 5729d7e7c8 Using oslo.policy for monasca-log-api
Added policies and used policy enforcement engine
from monasca-common.

- Updated role_middleware to remove authorization into the routes.
- Updated unit tests and implemented some new tests.
- Added a new entry point for generating sample policy file by tox.

story: 2001233
task: 22086

Change-Id: I3d199fac244eca94fc434d19c78bc5a17e804c37
Signed-off-by: Amir Mofakhar <amofakhar@op5.com>
2018-07-19 09:55:54 +02:00
Lukasz Zajaczkowski 4229bc901c Change statsd_host config type
Change oslo config to support valid IP addresses and valid
host domain names for statsd host.

Change-Id: I4f9a136f2183be8adfd1456e0e65da17e461cf56
Story: 2002596
Task: 22207
2018-06-19 13:11:02 +02:00
Adrian Czarnecki 20e63fb5b5 Set a default value for a default_roles
Story: 2001895
Task: 14418
Change-Id: Ia1c6b23a38e1b32ba2d5f37dc674275bea810a3a
2018-05-08 12:31:02 +02:00
Adrian Czarnecki ddb16f626f Allow to disable statsd self-moniotring
Change-Id: I443a4e13b5967c7c00d81658536cefad749e4bfe
story: 2001472 
task: 6192
2018-01-16 08:13:23 +00:00
Tomasz Trębski f55f34c9c4 Refactor project tree
Old project tree had everything mixed up
in different locations. Not to mention
that actual REST controllers resided in
package that's name did not reflect the content.

Reorganized the tree to be more predictable
and easier to maintain.

Change-Id: Ic9acc80a4cf7416394702d43141c96953c03beea
2017-07-27 22:02:48 +00:00
Thomas Bechtold d243ed35d0 Use oslo-config-generator
It is common for OpenStack projects to use oslo-config-generator to generate
a sample config file which contains all available configuration options.

Work items:

* removed etc/monasca/log-api.conf (it is autogenerated)
* keep all config in one place to mimic the configuration file
* added configuration files to documentation

Story: 2000970
Task: 4121

Change-Id: I8777ed6cd38739e87b19be248b9c120e84626ad1
2017-07-05 09:44:35 +00:00