Updated Branches: refs/heads/trunk 9e073990e -> ce4ee9558
docs: Update example, no need to disable cert validation. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ce4ee955 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ce4ee955 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ce4ee955 Branch: refs/heads/trunk Commit: ce4ee9558ed0c53e03cb31627c597d5388b56ffa Parents: 9e07399 Author: Tomaz Muraus <[email protected]> Authored: Fri Dec 13 13:49:12 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Fri Dec 13 13:49:12 2013 +0100 ---------------------------------------------------------------------- .../examples/compute/cloudstack/start_interactive_shell_ikoula.py | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/ce4ee955/docs/examples/compute/cloudstack/start_interactive_shell_ikoula.py ---------------------------------------------------------------------- diff --git a/docs/examples/compute/cloudstack/start_interactive_shell_ikoula.py b/docs/examples/compute/cloudstack/start_interactive_shell_ikoula.py index 895bcae..0b25765 100755 --- a/docs/examples/compute/cloudstack/start_interactive_shell_ikoula.py +++ b/docs/examples/compute/cloudstack/start_interactive_shell_ikoula.py @@ -4,9 +4,6 @@ from IPython.terminal.embed import InteractiveShellEmbed from libcloud.compute.types import Provider from libcloud.compute.providers import get_driver -import libcloud.security as sec - -sec.VERIFY_SSL_CERT = False apikey = os.getenv('IKOULA_API_KEY') secretkey = os.getenv('IKOULA_SECRET_KEY')
