Adds Warning when NetworkManager is active on hosts

Change-Id: I1e4e20ae112936fab880b50d45686c4989ae7fbd
Fixes: rhbz#1117115
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud
2014-07-15 22:31:11 +02:00
parent 8b83905c11
commit 2faa9a2cb6
2 changed files with 44 additions and 0 deletions

View File

@@ -55,6 +55,9 @@ INFO_CINDER_VOLUMES_EXISTS="Did not create a cinder volume group, one already ex
INFO_REMOVE_REMOTE_VAR="Removing %s on %s (if it is a remote host)"
WARN_WEAK_PASS="Warning: Weak Password."
WARN_NM_ENABLED=("Warning: NetworkManager is active on %s. OpenStack "
"networking currently does not work on systems that have "
"the Network Manager service enabled.")
ERR_PING = "Error: the provided hostname is unreachable"
ERR_SSH = "Error: could not connect to the ssh server: %s"