Merge "insecure flag added to novaclient"

This commit is contained in:
Jenkins 2014-03-19 22:00:01 +00:00 committed by Gerrit Code Review
commit 26c6ce8c1f

View File

@ -55,6 +55,7 @@ class Client(object):
region_name=conf.os_region_name,
endpoint_type=conf.os_endpoint_type,
cacert=conf.os_cacert,
insecure=conf.insecure,
no_cache=True)
def _with_flavor_and_image(self, instances):