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
7bfc177c
Commit
7bfc177c
authored
Dec 22, 2011
by
Kostas Papadimitriou
Browse files
Updated upgrade guide and settings documentation
parent
6126e406
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-app/docs/src/upgrade.rst
View file @
7bfc177c
...
...
@@ -59,7 +59,12 @@ NEW/UPDATED SETTINGS
The list of disk templates supported by the Ganeti backend.
The default template to be used when migrating Flavors with no value for
disk_template (i.e., 'drbd').
* UI_COMPUTE_URL, UI_GLANCE_URL in ui app:
Configurable API endpoints
* UI_ENABLE_GLANCE in ui app:
Whether or not UI should retrieve images from the Glance API endpoint
set in UI_GLANCE_API_URL. If setting is set to False, ui will request
images from Compute API
UI
* synnefo.ui.userdata application has been added in INSTALLED_APPS.
Database migration is needed for the creation of application db tables.
...
...
snf-app/synnefo/settings/common/ui.py
View file @
7bfc177c
...
...
@@ -126,5 +126,10 @@ UI_OS_DEFAULT_USER_MAP = {
# UI EXTENSIONS
###############
UI_ENABLE_GLANCE
=
True
# Glance images API endpoint
UI_GLANCE_API_URL
=
'/plankton'
# Whether or not UI should display images from the Glance API
# set in UI_GLANCE_API_URL, if setting is set to False, ui will
# request images from Compute API
UI_ENABLE_GLANCE
=
True
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