Remove invalid directory_mode from ironic install

As part of the ironic install, when copying the ironic rootwrap.d config
we set directory_mode: yes. This is meant to be an octal value and also
has a reasonable default so we really should not be setting it.

Change-Id: Ie1a8be4e2436bda08f33117d1795ea713003c224
This commit is contained in:
Gregory Haynes 2016-05-27 16:48:06 +00:00
parent 9b0106b58d
commit 241180e1e4

View File

@ -201,7 +201,6 @@
mode: 0644
owner: root
group: root
directory_mode: yes
when: skip_install is not defined and enable_pxe_drivers | bool == true
- name: "Generate ironic Configuration"
include: ironic_config.yml