summaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/openstack_mitaka/roles/keystone/vars
diff options
context:
space:
mode:
authorQiLiang <liangqi1@huawei.com>2016-08-29 14:01:23 +0800
committerqi liang <liangqi1@huawei.com>2016-09-06 01:59:23 +0000
commitb38dbe58b5da95b91e684d29b61ce1522e23719f (patch)
tree7da21005f59024d772a228c2be04dc844935efc6 /deploy/adapters/ansible/openstack_mitaka/roles/keystone/vars
parent0960913b0d973299b2d93d32d0f558ce607c5f5a (diff)
Add heat user domain configuration
FIX Rally heat create_update_delete_stack test case failure for Liberty Ubuntu JIRA: COMPASS-454 Change-Id: Id4538f9caa5b619d66ab8fe97c63b10688ffe104 Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit 8e21cb6530e6e55d8a080887dfbf93f0d07edeb1)
Diffstat (limited to 'deploy/adapters/ansible/openstack_mitaka/roles/keystone/vars')
-rw-r--r--deploy/adapters/ansible/openstack_mitaka/roles/keystone/vars/Debian.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/deploy/adapters/ansible/openstack_mitaka/roles/keystone/vars/Debian.yml b/deploy/adapters/ansible/openstack_mitaka/roles/keystone/vars/Debian.yml
deleted file mode 100644
index b8d8e7c2..00000000
--- a/deploy/adapters/ansible/openstack_mitaka/roles/keystone/vars/Debian.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-##############################################################################
-# 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
-##############################################################################
----
-
-cron_path: "/var/spool/cron/crontabs"
-
-packages:
- - keystone
- - python-openstackclient
-
-services:
- - apache2
-
-apache_config_dir: /etc/apache2
-http_service_name: apache2