blob: 880b53d010c5dfccbe1a3f282bbbc7d4d82ea7c8 [file] [log] [blame]
keystone:
# Server state
server:
enabled: true
version: liberty
service_name: apache2
service_token: RANDOMSTRINGTOKEN
service_tenant: service
admin_tenant: admin
admin_name: admin
admin_password: passw0rd
admin_email: root@localhost
enable_proxy_headers_parsing: True
bind:
address: 0.0.0.0
private_address: 127.0.0.1
private_port: 35357
public_address: 127.0.0.1
public_port: 5000
region: RegionOne
database:
engine: mysql
host: localhost
name: keystone
password: passw0rd
user: keystone
tokens:
engine: cache
expiration: 86400
location: /etc/keystone/fernet-keys/
notification: false
notification_format: cadf
logging:
log_appender: false
log_handlers:
watchedfile:
enabled: true
fluentd:
enabled: false
ossyslog:
enabled: false
#message_queue:
#engine: rabbitmq
#host: 127.0.0.1
#port: 5672
#user: openstack
#password: password
#virtual_host: '/openstack'
#ha_queues: true
# Client state
client:
enabled: false
server:
identity:
admin:
host: localhost
port: 35357
token: RANDOMSTRINGTOKEN
roles:
- admin
- Member
project:
service:
description: "OpenStack Service tenant"
admin:
description: "OpenStack Admin tenant"
user:
admin:
is_admin: true
password: passw0rd
email: admin@localhost
service:
keystone3:
type: identity
description: OpenStack Identity Service v3
endpoints:
- region: RegionOne
public_address: keystone
public_protocol: http
public_port: 5000
public_path: '/v3'
internal_address: keystone
internal_port: 5000
internal_path: '/v3'
admin_address: keystone
admin_port: 35357
admin_path: '/v3'
keystone:
type: identity
description: OpenStack Identity Service
endpoints:
- region: RegionOne
public_address: keystone
public_protocol: http
public_port: 5000
public_path: '/v2.0'
internal_address: keystone
internal_port: 5000
internal_path: '/v2.0'
admin_address: keystone
admin_port: 35357
admin_path: '/v2.0'
#keystone3:
#name: keystone3
#type: identity
#description: OpenStack Identity Service v3
#endpoints:
#- region: RegionTwo
#public_address: keystone
#public_protocol: http
#public_port: 5000
#public_path: '/v3'
#internal_address: keystone
#internal_port: 5000
#internal_path: '/v3'
#admin_address: keystone
#admin_port: 35357
#admin_path: '/v3'
#keystone:
#name: keystone
#type: identity
#description: OpenStack Identity Service
#endpoints:
#- region: RegionTwo
#public_address: keystone
#public_protocol: http
#public_port: 5000
#public_path: '/v2.0'
#internal_address: keystone
#internal_port: 5000
#internal_path: '/v2.0'
#admin_address: keystone
#admin_port: 35357
#admin_path: '/v2.0'
# CI related dependencies
apache:
server:
enabled: true
default_mpm: event
mpm:
prefork:
enabled: true
servers:
start: 5
spare:
min: 2
max: 10
max_requests: 0
max_clients: 20
limit: 20
site:
keystone:
enabled: true
type: keystone
name: wsgi
host:
name: localhost
pkgs:
- apache2
modules:
- wsgi
mysql:
client:
enabled: true
version: '5.7'
admin:
host: localhost
port: 3306
user: admin
password: password
encoding: utf8
server:
enabled: true
version: "5.7"
force_encoding: utf8
bind:
address: 0.0.0.0
port: 3306
protocol: tcp
database:
keystone:
encoding: utf8
users:
- host: '%'
name: keystone
password: passw0rd
rights: all
- host: 127.0.0.1
name: keystone
password: passw0rd
rights: all