Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6315b419
authored
Apr 09, 2018
by
Szabolcs Gelencser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pyopenssl for HTTPS connections. Use oscircle OpenStack
parent
98118b72
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
6 deletions
+9
-6
.idea/inspectionProfiles/Project_Default.xml
+2
-1
.idea/workspace.xml
+0
-0
circle/circle/settings/base.py
+4
-2
circle/circle/settings/local.py
+2
-2
requirements/circlestack.txt
+1
-1
No files found.
.idea/inspectionProfiles/Project_Default.xml
View file @
6315b419
...
...
@@ -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>
...
...
.idea/workspace.xml
View file @
6315b419
This diff is collapsed.
Click to expand it.
circle/circle/settings/base.py
View file @
6315b419
...
...
@@ -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
circle/circle/settings/local.py
View file @
6315b419
...
...
@@ -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
requirements/circlestack.txt
View file @
6315b419
...
...
@@ -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
...
...
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