Feature #3671
Structure SUNTSTONE information across templates
Status: | Closed | Start date: | 03/11/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Carlos Martín | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 5.0 | |||
Resolution: | Pull request: |
Description
This is to group SUNSTONE specific information in VM, Group, User and other object templates. Ideally all sunstone attributes should be arranged in a vector attribute like:
SUNSTONE = [
LOGO =...
UPDATE_CAPACITY=...
]
Related issues
Associated revisions
feature #3671: Move Sunstone user settings to a SUNSTONE vector inside the template
feature #3671: Move Sunstone group settings to a SUNSTONE vector inside the template
feature #3671: Move Sunstone vmtemplate settings to a SUNSTONE vector inside the template
feature #3671: Check if SUNSTONE vector is defined in the VM template
feature #3671: Fix sunstone join attrs method
Feature #3671: Use sunstone vector in TemplateJSON
Feature #3671: Add onedb migrator
Feature #3671: Fix bug, NETWORK_SELECT=NO was ignored
History
#1 Updated by Carlos Martín over 5 years ago
- Related to Backlog #3742: Move Sunstone user information from USER TEMPLATE to browser cookie added
#2 Updated by Ruben S. Montero over 5 years ago
- Duplicated by Feature #3869: Change Sunstone settings templates to vector added
#3 Updated by Ruben S. Montero over 5 years ago
- Tracker changed from Backlog to Feature
- Status changed from Pending to New
#4 Updated by Daniel Molina over 5 years ago
- Assignee set to Daniel Molina
#5 Updated by Daniel Molina over 5 years ago
- Assignee changed from Daniel Molina to Carlos Martín
- % Done changed from 0 to 80
TODO: Migrator for the new attrs
- USER
TEMPLATE/SUNSTONE_DISPLAY_NAME > TEMPLATE/SUNSTONE/DISPLAY_NAME
TEMPLATE/LANG > TEMPLATE/SUNSTONE/LANG
TEMPLATE/TABLE_DEFAULT_PAGE_LENGTH > TEMPLATE/SUNSTONE/TABLE_DEFAULT_PAGE_LENGTH
TEMPLATE/TABLE_ORDER > TEMPLATE/SUNSTONE/TABLE_ORDER
TEMPLATE/DEFAULT_VIEW > TEMPLATE/SUNSTONE/DEFAULT_VIEW
TEMPLATE/GROUP_ADMIN_DEFAULT_VIEW > TEMPLATE/SUNSTONE/GROUP_ADMIN_DEFAULT_VIEW
- GROUP
TEMPLATE/SUNSTONE_VIEWS > TEMPLATE/SUNSTONE/VIEWS
TEMPLATE/DEFAULT_VIEW > TEMPLATE/SUNSTONE/DEFAULT_VIEW
TEMPLATE/GROUP_ADMIN_VIEWS > TEMPLATE/SUNSTONE/GROUP_ADMIN_VIEWS
TEMPLATE/GROUP_ADMIN_DEFAULT_VIEW > TEMPLATE/SUNSTONE/GROUP_ADMIN_DEFAULT_VIEW
- VMTEMPLATE
TEMPLATE/SUNSTONE_CAPACITY_SELECT > TEMPLATE/SUNSTONE/CAPACITY_SELECT
TEMPLATE/SUNSTONE_NETWORK_SELECT > TEMPLATE/SUNSTONE/NETWORK_SELECT
#6 Updated by Carlos Martín over 5 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100