Removed RHOS/RHEL warning from virtualbox script

Change-Id: I69f2ff63d74983a08a0715ef334362d1ae6c5df9
Closes-Bug: #1413933
This commit is contained in:
Nikolay Markov 2015-03-30 12:49:07 +03:00
parent bd4f154725
commit 510542f7ae
1 changed files with 1 additions and 2 deletions

View File

@ -288,8 +288,7 @@ print_no_internet_connectivity_banner() {
echo "FAIL"
echo "############################################################"
echo "# WARNING: some of the Fuel features will not be supported #"
echo "# (e.g. RHOS/RHEL integration) because there is #"
echo "# no Internet connectivity #"
echo "# because there is no Internet connectivity #"
echo "############################################################"
}