summaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/cinder-controller/templates/cinder.conf
AgeCommit message (Collapse)AuthorFilesLines
2017-02-20FIX access database failedliyuenan1-3/+6
JIRA: COMPASS-521 Use a dynamic value to set number of workers for Openstack API service when the number of cpu more than 4. Change-Id: Ic6482cfad9b5eba8fad9e56ea1a33f65e8c71001 Signed-off-by: liyuenan <liyuenan@huawei.com>
2017-01-20FIX access database failedliyuenan1-0/+3
JIRA: COMPASS-521 Number of separate API worker processes for service. The default is calculated by the number of CPUs available for best performance. But some pods have many CPUs, so that some service API worker processes is too many to access database. For example, huawei-pod2 has 47 CPUs, nova-api has 98 processes, cinder-api has 50 processes and heat-api has 33 processes, when aodh want to initialize the database, mysql can not deal with this processes. Change-Id: I00513883ff55cc28cd676c3085615aaac36eb744 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-12-20master only support newtonliyuenan1-22/+41
JIRA: COMPASS-513 Remove other roles and ppa, master only support newton. Change-Id: I47ddb16baa25902c3e05cc7f9d0d6430f5dc7e00 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-02-03FIX:use v3 of auth_uri for cinder quotagrakiss1-1/+1
JIRA:COMPASS-303 - failed to update cinder quota using v2.0 api Change-Id: I30ece4823ddc256bb2491cb6993f29ef4cc025c5 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2015-12-28bugfix: cinder scheduler service is not restart when configuration updated汉 徐1-2/+1
JIRA: COMPASS-222 Change-Id: I43bb9ccc1bfe8e2cce9d0d82eccf97337d1fc07a Signed-off-by: 汉 徐 <hanxu@carey.local>
2015-12-25bugfix: cinder keymgr should use v3 auth interfacecarey.xu1-0/+3
JIRA: COMPASS-217 Change-Id: I2e25520b2de1e3eae24ee4d0332dc68aea552c81 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-04reduce idle connect timeout both on haproxy and servicescarey.xu1-0/+1
JIRA: COMPASS-175 Change-Id: I3f992f245f3de832864458d1444d388c1685a171 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-09-18separate the mgmt vip from public vip, remove HA_VIPcarey.xu1-3/+3
Change-Id: Iaa877b7ce93ba9c12bc9be6f3bd101779f07ae9c JIRA: COMPASS-51
2015-08-05support deployment openstack juno with ansible for compass in ubuntu 14.04baigk1-0/+63
JIRA: COMPASS-4 Change-Id: I7adc565325c2a0cbf878b2aea022b31d118748dd Signed-off-by: baigk <baiguoku@huawei.com>