Document Metadata server in Getting Started guide
Change-Id: Id0995df10f329ee3076a2c60ed5eb1548eaa315a Signed-off-by: Zane Bitter <zbitter@redhat.com>
This commit is contained in:
parent
5d5d8ba5dd
commit
6eb623580f
@ -187,7 +187,7 @@ Launch the Heat services
|
||||
|
||||
::
|
||||
|
||||
sudo -E bash -c 'heat-api & heat-engine &'
|
||||
sudo -E bash -c 'heat-api & heat-engine & heat-metadata &'
|
||||
|
||||
..
|
||||
sleep 5
|
||||
|
@ -25,7 +25,7 @@ user_wants() {
|
||||
done
|
||||
}
|
||||
|
||||
HEAT_PIDS=`pgrep '^heat-(api|engine)$'`
|
||||
HEAT_PIDS=`pgrep '^heat-(api|engine|metadata)$'`
|
||||
if [ -n "$HEAT_PIDS" ]; then
|
||||
echo 'The following Heat processes are running:' 1>&2
|
||||
ps $HEAT_PIDS 1>&2
|
||||
|
Loading…
Reference in New Issue
Block a user