From 9dc2f14d09a3721190ec3a12de8418c0791c1743 Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Tue, 5 Jul 2016 10:06:11 -0400 Subject: [PATCH] Remove is_metal var from os_neutron role The variable is not referenced within the role's tasks or templates Change-Id: I1dd1dac96fce52632cd0169e7249cc5f0baacd3a --- defaults/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index eb033fc3..969221e4 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -13,9 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Defines that the role will be deployed on a host machine -is_metal: true - ## Verbosity Options debug: False