Don't create networks if neutron is not enabled
authorFlavio Percoco <flaper87@gmail.com>
Wed, 7 Jun 2017 11:45:37 +0000 (13:45 +0200)
committerFlavio Percoco <flaper87@gmail.com>
Wed, 7 Jun 2017 11:45:37 +0000 (13:45 +0200)
commitd27c778e3c65c7c123e88ffd9aafee404d73208e
treea7945c76fbb294807a647b71a66436c6279a6b2b
parent1f4b13ca5f87e6a3ad3e99a15122928ed6bc1544
Don't create networks if neutron is not enabled

With the composable undercloud installer, it's possible to disable
services.  The extraconfig script assumes both, neutron and nova, are
installed and fails if they aren't.

This patch checks if those services are available before.

Change-Id: Idcc2b9809fcfa92649a0a1f45175ce417dc0e608
extraconfig/post_deploy/undercloud_post.sh