aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/openstack_mitaka/roles/aodh
AgeCommit message (Collapse)AuthorFilesLines
2016-11-09Update the API version for Openstack Newtonliyuenan1-1/+1
Use the "keystone-manage bootstrap" command to instead of admin_token. Because the admin_token is treated as a "shared secret" that can be used to bootstrap Keystone through the API. This "token" does not represent a user (it has no identity), and carries no explicit authorization (it effectively bypasses most authorization checks). Use the API v3 to instead of API v2.0. Identity API v3 was established to introduce namespacing for users and projects by using "domains" as a higher-level container for more flexible identity management and fixed a security issue in the v2.0 API (bearer tokens appearing in URLs). JIRA: COMPASS-491 Change-Id: I56182c14b761728c3492b9dd2b05c3b57aa5f35f Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-08-15rename region name to be unifiedMatthewLi1-1/+1
JIRA: COMPASS-457 nova region name should be unified. compass use regionOne original, however, upstream usually use RegionOne, this is caused by clerical error. Now the OCL and sfc/tacker use RegionOne by not knowing the compass clerical error. so all should be changed to RegionOne. Change-Id: I8bc280cca036afffe09d0a3bcebc940deaa490b5 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-08-03Bug fix for aodh database and conf fileYifei Xue5-21/+60
JIRA: COMPASS-447 Change-Id: Ida974260b0e90778d5825be4731f461dd410415a Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-05-26Update the service names of aodh for centos7Yifei Xue1-4/+4
JIRA: COMPASS-403 Change-Id: I606e0846f32967b1c212d8fb9ef79fd692c8b334 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-05-25Set "memcached_servers" in aodh.confYifei Xue1-0/+6
JIRA: COMPASS-399 Change-Id: I821aceb0430b071814591781985ee7a4f22a7091 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-05-24Update for AodhYifei Xue8-0/+180
JIRA: COMPASS-395 Change-Id: I24e2f1229622d5bf230193145c1e6c3bf1d7377b Signed-off-by: Yifei Xue <xueyifei@huawei.com>