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"