Add keystoneclient in heat-config

heat-config/bin/heat-config-notify misses
the keystoneclient.

Change-Id: Ib5b80318631419203553cc112bd07d2fbd3e7ac2
Closes-bug: #1742737
This commit is contained in:
Spyros Trigazis 2018-01-11 16:31:43 +00:00
parent 421b971169
commit 9f9ae41d45
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
set -eux
pip install python-heatclient python-zaqarclient
pip install python-heatclient python-zaqarclient python-keystoneclient