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
synnefo
Commits
e1a72dc0
Commit
e1a72dc0
authored
Jun 13, 2013
by
Georgios D. Tsoukalas
Browse files
cyclades: remove API_ROOT_URL from conf
parent
7a104d27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Changelog
View file @
e1a72dc0
...
...
@@ -148,6 +148,9 @@ Cyclades
* Remove obsolete 'MAX_VMS_PER_USER', 'MAX_NETWORKS_PER_USER',
"VMS_USER_QUOTA" and "NETWORKS_USER_QUOTA" settings, since their usage
is covered by Quotaholder.
* Remove obsolete setting 'API_ROOT_URL', since it is being covered by
the use of CYCLADES_BASE_URL* Remove obsolete setting 'API_ROOT_URL', since
it is being covered by 'CYCLADES_BASE_URL'.
Cyclades helpdesk
-----------------
...
...
snf-cyclades-app/conf/20-snf-cyclades-app-api.conf
View file @
e1a72dc0
...
...
@@ -9,10 +9,6 @@
## Top-level URL for deployment. Numerous other URLs depend on this.
#CYCLADES_BASE_URL = "https://host:port/cyclades"
#
## The API implementation needs to accept and return absolute references
## to its resources. Thus, it needs to know its public URL.
#API_ROOT_URL = CYCLADES_BASE_URL.rstrip('/') + '/api'
#
## The API will return HTTP Bad Request if the ?changes-since
## parameter refers to a point in time more than POLL_LIMIT seconds ago.
#POLL_LIMIT = 3600
...
...
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