From cd06e26e847ed8177d9f92182637a83bc24f0361 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 25 Feb 2015 10:41:14 -0500 Subject: [PATCH] Adding prolianttools to be installed via pip --- step1/install.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/step1/install.yaml b/step1/install.yaml index 96494d385..4cbde55f8 100644 --- a/step1/install.yaml +++ b/step1/install.yaml @@ -39,6 +39,8 @@ local_action: command git clone https://git.openstack.org/openstack/ironic chdir=/opt/stack creates=/opt/stack/ironic - name: "Install ironic client" local_action: pip name=python-ironicclient state=present + - name: "Install proliantutils" + local_action: pip name=proliantutils state=present - name: "Starting MySQL" local_action: service name=mysql state=started - name: "Starting rabbitmq-server"