Commit 6315b419 by Szabolcs Gelencser

Add pyopenssl for HTTPS connections. Use oscircle OpenStack

parent 98118b72
......@@ -14,11 +14,12 @@
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ignoredPackages">
<value>
<list size="4">
<list size="5">
<item index="0" class="java.lang.String" itemvalue="salt" />
<item index="1" class="java.lang.String" itemvalue="six" />
<item index="2" class="java.lang.String" itemvalue="netaddr" />
<item index="3" class="java.lang.String" itemvalue="requests" />
<item index="4" class="java.lang.String" itemvalue="cryptography" />
</list>
</value>
</option>
......
......@@ -582,4 +582,6 @@ DEFAULT_SUBNETPOOL_PREFIXES = (
)
DEFAULT_SUBNETPOOL_PREFIX_LEN = 20
OPENSTACK_KEYSTONE_DEFAULT_DOMAIN="Default"
\ No newline at end of file
OPENSTACK_KEYSTONE_DEFAULT_DOMAIN="bme"
OPENSTACK_KEYSTONE_URL="https://10.4.1.19:5000"
\ No newline at end of file
......@@ -118,4 +118,4 @@ ADMIN_ENABLED = True
ALLOWED_HOSTS = ['*']
OPENSTACK_KEYSTONE_URL="http://10.10.20.30:5000"
\ No newline at end of file
# OPENSTACK_KEYSTONE_URL="http://10.10.20.30:5000"
\ No newline at end of file
......@@ -16,7 +16,7 @@ chardet==3.0.4
cliff==2.11.0
cmd2==0.8.0
contextlib2==0.5.5
cryptography==2.0
cryptography==2.2.2
curtsies==0.1.23
debtcollector==1.19.0
decorator==4.2.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment