horizon/openstack_dashboard
Justin Pomeroy 407c17b38a Tolerate service catalog and endpoint connection errors
This is a fix for the issues encountered when a service is not
configured or a service endpoint is not reachable. This fix
will add tolerance for these errors so that an error message is
displayed but the dashboard page will still load, not an error page.
This makes it easier for the user to recover by allowing them to
go to a different page, select a different region, or logout. This
makes sense in many cases such as when a region only contains an
image service endpoint, or when a single endpoint is not reachable
for whatever reason.

It also adds permissions to the panels that require compute or
image services so that the dashboard will not display them if
the service is not configured.

To test these changes you will need to set up your keystone service
catalog so that not all services are available in all regions, or
some of the service endpoints are not reachable.

Change-Id: Ie04699d1fb1d4db13a7f4dcf1bdfd23bf21aab80
Closes-Bug: 1323811
Closes-Bug: 1207636
2014-07-21 08:38:53 -05:00
..
api Tolerate service catalog and endpoint connection errors 2014-07-21 08:38:53 -05:00
conf Adding support for volume backups 2014-07-04 03:07:53 -07:00
dashboards Tolerate service catalog and endpoint connection errors 2014-07-21 08:38:53 -05:00
enabled Plugin-based panel group configuration 2014-03-29 01:05:03 +09:00
local Merge "Incorrect config item in local_settings.py.example" 2014-07-14 23:45:54 +00:00
locale Imported Translations from Transifex 2014-07-21 06:02:56 +00:00
openstack Synced jsonutils from oslo-incubator 2014-05-27 12:25:45 +02:00
static Merge "Breakdown CSS: split out the resource browser" 2014-07-20 18:38:09 +00:00
templates Use SCSS instead of LESS 2014-07-02 10:13:26 +02:00
test Merge "Run router dashboard unit tests by default" 2014-07-19 08:16:50 +00:00
usage Tolerate service catalog and endpoint connection errors 2014-07-21 08:38:53 -05:00
utils Allow panel plugins to use ADD_EXCEPTIONS and UPDATE_HORIZON_CONFIG 2014-07-01 10:44:15 -06:00
wsgi Updated the django.wsgi file for devstack. 2012-02-29 01:37:37 -08:00
__init__.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
context_processors.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
exceptions.py Tolerate service catalog and endpoint connection errors 2014-07-21 08:38:53 -05:00
hooks.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
policy.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
settings.py Merge "Unbundle jquery from horizon using xstatic" 2014-07-04 18:40:44 +00:00
urls.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
views.py Fix issues with importing the Login form 2014-06-19 17:36:17 +01:00