Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
okeanos-LoD
Commits
82c0d5f7
Commit
82c0d5f7
authored
Jul 20, 2015
by
efikalti
Browse files
check for https certificates
parent
44d968bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/fokia/provisioner.py
View file @
82c0d5f7
...
...
@@ -2,6 +2,7 @@ from __future__ import (absolute_import, division,
print_function
,
unicode_literals
)
import
logging
import
re
import
argparse
logging
.
basicConfig
(
level
=
logging
.
INFO
)
logger
=
logging
.
getLogger
(
__name__
)
...
...
@@ -10,12 +11,11 @@ from kamaki.clients import astakos, cyclades
from
kamaki.clients
import
ClientError
from
kamaki.clients.utils
import
https
from
kamaki.cli.config
import
Config
as
KamakiConfig
from
kamaki
import
defaults
from
cluster_error_constants
import
*
# TODO: remove this and actually use ssl cert files
https
.
patch_ignore_ssl
()
import
argparse
if
not
defaults
.
CACERTS_DEFAULT_PATH
:
https
.
patch_with_certs
(
CA_CERTS_PATH
)
storage_templates
=
[
'drdb'
,
'ext_vlmc'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment