Bump docker_version_min to 1.10.0

1. MIN_DOCKER_VERSION should be keep consistence with kolla-ansible[1]
2. Bump paramiko version to latest to fix some depracated warnings

[1]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/prechecks/vars/main.yml#L2

Change-Id: I8ebd752935cb94bdf249e198c734b6d909786883
This commit is contained in:
jacky06 2019-07-21 17:29:17 +08:00
parent 09ca85b5b5
commit dba696be89
4 changed files with 6 additions and 7 deletions

View File

@ -11,6 +11,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
import logging
import os.path
import paramiko
@ -19,11 +20,9 @@ import traceback
from kolla_cli.common.utils import get_admin_user
from kolla_cli.common.utils import get_kolla_cli_etc
from kolla_cli.common.utils import get_setup_user
import kolla_cli.i18n as u
MIN_DOCKER_VERSION = '1.8.1'
MIN_DOCKER_VERSION = '1.10.0'
LOG = logging.getLogger(__name__)

View File

@ -11,6 +11,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
import copy
import fcntl
import grp
@ -22,11 +23,10 @@ import subprocess # nosec
import time
import yaml
import kolla_cli.i18n as u
from kolla_cli.api.exceptions import InvalidArgument
from kolla_cli.api.exceptions import MissingArgument
from kolla_cli.commands.exceptions import CommandError
import kolla_cli.i18n as u
LOG = logging.getLogger(__name__)

View File

@ -63,7 +63,7 @@ oslo.serialization==2.25.0
oslo.utils==3.33.0
oslotest==3.2.0
packaging==17.1
paramiko==1.15
paramiko==2.6.0
pbr==2.0.0
prettytable==0.7.1
pycparser==2.18

View File

@ -7,7 +7,7 @@ cliff>=2.11.0 # Apache-2.0
cliff-tablib>=2.0 # Apache-2.0
jsonpickle>=0.9 # BSD
oslo.i18n>=3.20.0 # Apache-2.0
paramiko>=1.15 # LGPL
paramiko>=2.6.0 # LGPL
pbr!=2.1.0,>=2.0.0 # Apache-2.0
six>=1.10.0 # MIT
docker>=2.4.2 # Apache-2.0