Nova conf

This commit is contained in:
Joe Talerico 2015-11-06 15:40:30 -05:00
parent 04a893809d
commit ef9dcdd0e1
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
- name: ensure nova.conf is properly configured
ini_file:
dest: /etc/nova/nova.conf
group: keystone
mode: 0640
with_items:
- { section: DEFAULT, option: log_dir, value: /var/log/nova}
- { section: DEFAULT, option: verbose, value: "true" }
- { section: DEFAULT, option: debug, value: "true" }
#- { section: database, option: connection,
register: nova_ini