Change none to noop network interface for bifrost

The community has collaleseced on "noop" instead of "none" for the
stand-alone network use case. As we already landed the config change
in bifrost, we need to amend it.

Change-Id: If1599d2602acb51431f40dcc356c13f895a0e15c
This commit is contained in:
Julia Kreger 2016-07-05 08:24:34 -04:00
parent 753c2d013e
commit 82d765079e
1 changed files with 1 additions and 1 deletions

View File

@ -203,4 +203,4 @@
lineinfile:
dest: /etc/ironic/ironic.conf
regexp: '^(#|)enabled_network_interfaces( |)\s?=( |)\s?(.*)$'
line: "enabled_network_interfaces = none"
line: "enabled_network_interfaces = noop"