It turned out prior url has been further changed and pip is unavailable
by it.
Issue-ID: MULTICLOUD-1255
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: Id5c9285f74bda17c28ac56de8a847ab74005beba
         sudo -E pip install --no-cache-dir --upgrade pip
     else
         sudo apt-get install -y python-dev
-        curl -sL https://bootstrap.pypa.io/2.7/get-pip.py | sudo python
+        curl -sL https://bootstrap.pypa.io/pip/2.7/get-pip.py | sudo python
     fi
 }
 
 
 
 ${INSTALLER_CMD} "${packages[@]}"
 if ! which pip; then
-    curl -sL https://bootstrap.pypa.io/2.7/get-pip.py | sudo python
+    curl -sL https://bootstrap.pypa.io/pip/2.7/get-pip.py | sudo python
 else
     sudo -H -E pip install --no-cache-dir --upgrade pip
 fi