Merge "Enable Angular Image panel"

This commit is contained in:
Jenkins 2016-08-25 13:46:02 +00:00 committed by Gerrit Code Review
commit 6d29875f7f
3 changed files with 3 additions and 3 deletions

View File

@ -432,7 +432,7 @@ This example sorts flavors by vcpus in descending order::
Default::
{
'images_panel': False
'images_panel': True
}
A dictionary of currently available AngularJS features. This allows simple

View File

@ -298,7 +298,7 @@ COMPRESS_OFFLINE_CONTEXT = 'horizon.themes.offline_context'
# Dictionary of currently available angular features
ANGULAR_FEATURES = {
'images_panel': False,
'images_panel': True,
}
# Notice all customizable configurations should be above this line

View File

@ -35,7 +35,7 @@ maximize_browser=yes
[image]
# http accessible image (string value)
panel_type=legacy
panel_type=angular
http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
images_list=cirros-0.3.4-x86_64-uec,
cirros-0.3.4-x86_64-uec-kernel,