X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=fuel%2Fdeploy%2Fdeploy.py;h=178ae76e2242ca3df9f924b13972f1fb56946f18;hb=cbd8a929db2f1184ec844e981489431749e45e01;hp=75cc6cb7ec0a2a87da3842811073ff0ea974ddfc;hpb=7b40582415fa970f03a8c5d5dab5a38ae5977f71;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():