diff --git a/doc/source/topics/settings.rst b/doc/source/topics/settings.rst index 81c07e076e..4b867c3d16 100755 --- a/doc/source/topics/settings.rst +++ b/doc/source/topics/settings.rst @@ -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 diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py index 6d0698c70f..0ee273a95b 100644 --- a/openstack_dashboard/settings.py +++ b/openstack_dashboard/settings.py @@ -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 diff --git a/openstack_dashboard/test/integration_tests/horizon.conf b/openstack_dashboard/test/integration_tests/horizon.conf index b225dff9fb..a4eeba0080 100644 --- a/openstack_dashboard/test/integration_tests/horizon.conf +++ b/openstack_dashboard/test/integration_tests/horizon.conf @@ -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,