X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=fuel%2Fdeploy%2Fdeploy.py;h=178ae76e2242ca3df9f924b13972f1fb56946f18;hb=563547b4a9f44090f32c0e17d040114854563760;hp=75cc6cb7ec0a2a87da3842811073ff0ea974ddfc;hpb=f8ba34d5ac9731d5bae43dc7f996db4e40485aff;p=genesis.git diff --git a/fuel/deploy/deploy.py b/fuel/deploy/deploy.py index 75cc6cb..178ae76 100644 --- a/fuel/deploy/deploy.py +++ b/fuel/deploy/deploy.py @@ -219,7 +219,7 @@ def check_fuel_plugins_dir(dir): elif not os.listdir(dir): msg = 'Fuel Plugins Directory is empty!' if msg: - warn('%s Opendaylight Fuel Plugin will not be installed!' % msg) + warn('%s No external plugins will be installed!' % msg) def parse_arguments():