diff options
author | QiLiang <liangqi1@huawei.com> | 2016-07-28 07:39:44 +0000 |
---|---|---|
committer | QiLiang <liangqi1@huawei.com> | 2016-07-28 07:39:44 +0000 |
commit | 8adc3eab76774dc5b1486aae8194708a39eabec7 (patch) | |
tree | 327937a05fe742baaa6144f7ec47aadb30d3ed78 /deploy/adapters/ansible/openstack_mitaka/roles/ext-network/vars/RedHat.yml | |
parent | 4e4a109762f452f12caf86e036eb9704ca111cab (diff) |
Workaround for openstack api access random failure
JIRA: COMPASS-446
Change-Id: I312368ca2fc07fcd07a916a2e6f979086f658dba
Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/openstack_mitaka/roles/ext-network/vars/RedHat.yml')
-rw-r--r-- | deploy/adapters/ansible/openstack_mitaka/roles/ext-network/vars/RedHat.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/openstack_mitaka/roles/ext-network/vars/RedHat.yml b/deploy/adapters/ansible/openstack_mitaka/roles/ext-network/vars/RedHat.yml new file mode 100644 index 00000000..886401fd --- /dev/null +++ b/deploy/adapters/ansible/openstack_mitaka/roles/ext-network/vars/RedHat.yml @@ -0,0 +1,17 @@ +############################################################################## +# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- +api_services: + - openstack-nova-api + - openstack-glance-api + - openstack-ceilometer-api + - openstack-heat-api + - openstack-heat-api-cfn + - openstack-cinder-api + |