fix typo mistakes

Change-Id: Ibdc5f9291fa5b1437944469ab5b9f0b4b2c27987
This commit is contained in:
MaoyangLiu 2018-12-16 15:47:19 +08:00
parent cdf26e99c8
commit e13df6fcfd
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def _get_sdk_connection(request):
insecure = getattr(settings, 'OPENSTACK_SSL_NO_VERIFY', False)
cacert = getattr(settings, 'OPENSTACK_SSL_CACERT', None)
# Pass load_yaml_config as this is a Django service with its own config
# and we don't want to accidentaly pick up a clouds.yaml file. We want to
# and we don't want to accidentally pick up a clouds.yaml file. We want to
# use the settings we're passing in.
cloud_config = occ.OpenStackConfig(load_yaml_config=False).get_one_cloud(
verify=not insecure,