nova: | |
compute: | |
version: newton | |
enabled: true | |
timeout_nbd: 10 | |
heal_instance_info_cache_interval: 60 | |
vncproxy_url: openstack:6080 | |
vnc_keymap: en-gb | |
resume_guests_state_on_host_boot: False | |
preallocate_images: space | |
cpu_mode: custom | |
cpu_allocation_ratio: 16.0 | |
ram_allocation_ratio: 1.5 | |
disk_allocation_ratio: 1.0 | |
libvirt: | |
cpu_model: IvyBridge | |
bind: | |
vnc_address: 127.0.0.1 | |
vnc_port: 6080 | |
vnc_name: 0.0.0.0 | |
database: | |
engine: mysql | |
host: 127.0.0.1 | |
port: 3306 | |
name: nova | |
user: nova | |
password: password | |
identity: | |
engine: keystone | |
region: RegionOne | |
host: 127.0.0.1 | |
port: 35357 | |
user: nova | |
password: password | |
tenant: service | |
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' | |
image: | |
engine: glance | |
host: 127.0.0.1 | |
port: 9292 | |
network: | |
user: nova | |
engine: neutron | |
region: RegionOne | |
host: 127.0.0.1 | |
port: 9696 | |
password: password | |
cache: | |
engine: memcached | |
expiration_time: 600 | |
backend_argument: | |
memcached_expire_time: | |
value: 660 | |
members: | |
- host: 127.0.0.1 | |
port: 11211 | |
security: | |
enabled: true | |
strategy: ENCRYPT | |
secret_key: secret | |
qemu: | |
user: nova | |
group: nova | |
dynamic_ownership: 1 | |
consoleauth: | |
token_ttl: 600 | |
reclaim_instance_interval: 60 |