- Mar 19, 2012
-
-
Gabriel Hurley authored
Also moves most of the logic to a Service wrapper class to make it reusable. Adds tests for the new service class as well as the syspanel services view. Fixes bug 956552. Change-Id: I9407578bb27f3fe0765397793f2de03ed084637b
-
Gabriel Hurley authored
There was simply too much information in that table to be usable. It probably still needs to lose more weight in favor of moving things to a more admin-oriented detail page. However, we need to get real user feedback on what data is critical for the overview vs. what can be in a detail page. Fixes bug 944506. Change-Id: Iaad218bc6ed6647645c5943920467bec097a0a2d
-
- Mar 16, 2012
-
-
Julien Danjou authored
This fixes bug #956989 Change-Id: If673dff48806642c866c593ab0575a470906cb2d Signed-off-by:
Julien Danjou <julien.danjou@enovance.com>
-
- Mar 14, 2012
-
-
jakedahn authored
* Makes it more clear that you are also receiving your access and secret key in an rc file, instead of just your x509 certs. * If user already has ec2 credentials, return them, otherwise create. Prior to this fix, every time you downloaded a new bundle, you would get a new access/secret key pair. * Fixes bug 947647 * Fixes bug 953530 Change-Id: Ifdbdf0036bfbaacae2e525fd6791f83aa947f3ff
-
- Mar 13, 2012
-
-
Andy Chong authored
Fixes bug 897090, since IP information is displayed as nova returns it. Change-Id: If64ec14ba4cf6b081a7a99aa7ccee0aef70efa35
-
Andy Chong authored
* fixes bug 860780 * continues from abandoned https://review.openstack.org/3268 * implements UI https://nebula.notableapp.com/posts/391efe1b94711ec4527b6f72a61e789b6a4a54b7 * modified test to accomodate change * fix .form-field width from 96% to 90% to prevent weird overlap Change-Id: I77af442ea4c0408556bfed8c2d1669b860219f66
-
- Mar 12, 2012
-
-
John Postlethwait authored
When the glance client throws an Exception at Horizon, catch it and determine if it is an HTTP exception. If it is, recast it as a glance_client.ClientConnectionError so that Horizon can deal with it in a better manner. Fixes 951200 Change-Id: I7cbfa74d340d25d523ab8fb18138f5cf7d33a9d9
-
- Mar 09, 2012
-
-
Tres Henry authored
other than the native auth backend. Fixes bug: 948310 Change-Id: Ifebf0f5a60228c84d06f11e60f752f9ff474c929
-
- Mar 08, 2012
-
-
Gabriel Hurley authored
Change-Id: Ieea404da567642882dbf23b66d485139179cdf51
-
Andy Chong authored
* should fix bug 900533 Change-Id: I9ebeaf28cb47a0ad762fcd36394688ac02b34d4c
-
- Mar 06, 2012
-
-
Gabriel Hurley authored
While this functionality will eventually be restored to Horizon, when it does it will be in a significantly revamped and improved form. For the Essex release, the amount of work required to get it where it needs to be is too great and so it has regrettably been cut from the current lineup of panels. :-( Change-Id: I9c8b6e31303461a35270bea8d1ed30ad0ae6ed93
-
- Feb 29, 2012
-
-
Gabriel Hurley authored
There are no longer two separate projects living inside the horizon repository. There is a single project now with a single setup.py, single README, etc. The openstack-dashboard/dashboard django project is now named "openstack_dashboard" and lives as an example project in the topmost horizon directory. The "horizon/horizon" directory has been bumped up a level and now is directly on the path when the root horizon directory is on your python path. Javascript media which the horizon module directly relies upon now ships in the horizon/static dir rather than openstack-dashboard/dashboard/static. All the corresponding setup, installation, build, and env scripts have been updated accordingly. Implements blueprint unified-packaging. Change-Id: Ieed8e3c777432cd046c3e0298869a9428756ab62
-