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:
parent
421b971169
commit
9f9ae41d45
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -eux
|
||||
|
||||
pip install python-heatclient python-zaqarclient
|
||||
pip install python-heatclient python-zaqarclient python-keystoneclient
|
||||
|
Loading…
Reference in New Issue
Block a user