- Mar 19, 2012
-
-
Gabriel Hurley authored
Adds some new test data and a regression test for this bug. Fixes bug 953806. Change-Id: I1873e7f2cf0ce4431a6f6fb0ad7b0ef0cbd34334
-
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
-
Julien Danjou authored
This fixes bug #959480 Change-Id: Ib1f645dc8200a0f943e81c8aef94d1247bb02881 Signed-off-by:
Julien Danjou <julien.danjou@enovance.com>
-
Gabriel Hurley authored
Change-Id: I1c292f741349a2e82a871432fbba0edd9d62044c
-
- Mar 18, 2012
-
-
Gabriel Hurley authored
Some novaclient resources now have a "human_id" property which requires a call to a bound method on the manager. Thereby we need to instantiate the managers in the test data rather than simply passing the class. Fixes bug 958857. There's also some cleanup on the test settings here, to remove some outdated settings and to use an in-memory database instead of a file on disk. Change-Id: I1331e4ae5658b45d01b8247623554c5c43f67578
-
- Mar 15, 2012
-
-
Julien Danjou authored
This is not needed anymore, since the catalog is now used. Change-Id: I9dca3c91b6f50f5f15ec334f5a124ca08b9e4194 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
-
jakedahn authored
* fixes bug 953373 Change-Id: I1546e8b3e47aea0762efe68dfbc7d233e86b26a0
-
Gabriel Hurley authored
This fixes the problem of having to "hide" the update action in the row's actions column. Fixes bug 948397. Additionally, added some protection for spillover between the attrs dictionary on action instances. Fixes bug 954592. FWIW, the code involved in the AJAX updating is largely identical, it's just been moved from Action to Row and had few data accessors renamed to account for the differing relation to Table and Row. This also allowed the javascript to be significantly cleaner. Change-Id: Ic8932a33ca6956a56c8eee09bb0a4d1f59e0ab3a
-
- Mar 13, 2012
-
-
Gabriel Hurley authored
This allows moving the call to get authorized tenants out of the middleware (which was a wasteful call on many requests), and allows the value to be re-used anytime it's accessed more than once per request. Fixes bug 942074. Change-Id: Ic09b15adbffb16c0358bb28aec73345cc01834ad
-
- 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
-
Gabriel Hurley authored
Instances table handles both status columns correctly now. Fixes bug 948419. Syspanel instances table no longer has "launch instance" action. Fixes bug 952609. Allows ajax-updating for volumes table. Fixes bug 948396. Change-Id: I8657c79d0ab7ec5972cc7c4886d7f009a1710876
-
- Mar 11, 2012
-
-
John Postlethwait authored
Change-Id: I96e3838ab6675e7282172e56be3f0359065caccb
-
- Mar 09, 2012
-
-
Tres Henry authored
other than the native auth backend. Fixes bug: 948310 Change-Id: Ifebf0f5a60228c84d06f11e60f752f9ff474c929
-
- Mar 08, 2012
-
-
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
-