-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathall
49 lines (42 loc) · 1.75 KB
/
all
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#---------------------------------------------------------------------------
# Copyright IBM Corp. 2015, 2015 All Rights Reserved
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# Limitations under the License.
#---------------------------------------------------------------------------
# Written By George Goldberg (georgeg@il.ibm.com)
openstack_region: 1
global_log_verbose: False
global_log_debug: False
# should be an ip address on which keystone is listening
# can be assigned directly like
keystone_endpoint_host: 10.0.0.1
keystone_internal_url: http://{{ keystone_endpoint_host }}:5000/v2.0
keystone_admin_url: http://{{ keystone_endpoint_host }}:35357/v2.0
keystone_public_url: http://{{ keystone_endpoint_host }}:5000/v2.0
# for real security purposes should be assigned with
# secure token and pwd
keystone_admin_token: ADMIN
keystone_admin_password: passw0rd
# for real security purposes should be assigned with
# real password
swift_identity_password: passw0rd
# assigne random strings
swift_hash_path_prefix: d55ca1881f1e09b1
swift_hash_path_suffix: a3f3c381c916a198
swift_keystone_fake_load_balance: true
swift_fake_endpoint: swift_proxy_url
log_swift_statsd: true
openstack_version: kilo
installation_source: git
swift_git: https://github.com/openstack/swift.git
swift_git_dir: /tmp/git/swift
swift_git_tag: 2.3.0