Merge pull request #1736 from aanand/deprecate-allow-insecure-ssl

Deprecate --allow-insecure-ssl
This commit is contained in:
Mazz Mosley 2015-07-23 14:09:17 +01:00
commit 65cc84140a
12 changed files with 28 additions and 66 deletions

View file

@ -155,7 +155,6 @@ class ProjectWithDependenciesTest(ProjectTestCase):
def converge(service,
allow_recreate=True,
force_recreate=False,
insecure_registry=False,
do_build=True):
"""
If a container for this service doesn't exist, create and start one. If there are
@ -168,7 +167,6 @@ def converge(service,
return service.execute_convergence_plan(
plan,
insecure_registry=insecure_registry,
do_build=do_build,
timeout=1,
)