- Mar 20, 2012
-
-
Thierry Carrez authored
Set Final=True on 2012.1 as we cut RC1. Change-Id: Ie09be4da5945e8d0b884f96d07e7efab283eee6b
-
Gabriel Hurley authored
* Admins have full permissions to edit and delete images from syspanel, plus Glance's client returns a proper 403 error instead of 401, so inappropriate access no longer logs the user out inappropriately. Fixes bug 955744. * Regular users can edit and delete if their tenant owns the image. Fixes bug 950364 and fixes bug 737360. Note, this requires the latest version of Glance. Change-Id: Ib816d7e6e1320a9024c5dbe95b04249291ec0463
-
- Mar 19, 2012
-
-
Gabriel Hurley authored
Change-Id: If05c022def2e97bbae682db65d4311b1401e850d
-
jakedahn authored
* Also updates internationalization strings. Change-Id: Ie14aadfd38cada0a0905bffb024e8818ac02bbe3
-
jakedahn authored
Change-Id: I1aa42c99c85ca79f525d4839c0f89903eddcea16
-
Gabriel Hurley authored
This makes it a little more flexible in edge cases where the messages have already been unset in the cookie storage (e.g. the request-response cycle is complete). Change-Id: I9f3b1ec3f908d05c523ce013ab5fbd73837aff55
-
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>
-
Ionuț Arțăriși authored
Fixes bug: 955994 Change-Id: I436c667f496b10d64281538692acc10e327a8fdf
-
Andy Chong authored
* implements wishlist at bug 959017 Change-Id: I22a1fc3007dcf69e5f3f0d9eac48adbe62ad8035
-
Gabriel Hurley authored
Change-Id: I1c292f741349a2e82a871432fbba0edd9d62044c
-
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
-
Gabriel Hurley authored
* Corrects inconcsistent capitalization. Fixes bug 956760. * Adds a default value for CIDR and updates handling code. Fixes bug 956771. * Corrects the way SelfHandlingForm access the cleaned data. Fixes bug 958971. Change-Id: I66afeb4b530be350f33f63c8f9a60bd4a20e01bf
-
Gabriel Hurley authored
* Splits the AJAX complete method into complete, success, and error. * Cleans up 404 (e.g. gone/deleted) handling. * Adds 5XX error handling. * Adds client-side alert message templating. * Adds client-side conf (debug and static_url) loaded from backend. Fixes bug 957461. Change-Id: I5114430d35e2d20603e817651540b2db1f8a4d07
-
- 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 17, 2012
-
-
John Postlethwait authored
Change-Id: I68873292cefac3ad9426f235c228522db3cf171f
-
Andy Chong authored
* fixes bug 955706 Change-Id: Icb4190ce8cf20e3375c237f6729c64cb17f404e1
-
- Mar 16, 2012
-
-
Gabriel Hurley authored
Change-Id: I7786cac7dc8968d08083236e617a178e75d2e0b3
-
John Postlethwait authored
Change-Id: I431b4799612fbea87e34f983b2654a0defdb8a4c
-
Julien Danjou authored
This fixes bug #956989 Change-Id: If673dff48806642c866c593ab0575a470906cb2d Signed-off-by:
Julien Danjou <julien.danjou@enovance.com>
-
Andy Chong authored
Change-Id: I172a681c107ad0703ef5a4558250576a700b6dae
-
Andy Chong authored
* fix bug 955622 * proper fix for the quick fix https://review.openstack.org/4806 Change-Id: Ibbe929fa6264ee7ecf443bae759e4a26cc14a22b
-
Greg Althaus authored
Python's range test in inclusive to exclusive. Update 65535 to 65536. bug 956683 Change-Id: I1e22c045ab659c8a303e9fe3823236fe3e114feb
-
- Mar 15, 2012
-
-
Gabriel Hurley authored
Change-Id: I1435d6beb2142d22c9357399c761a12d9969edbb
-
Gabriel Hurley authored
While updating these, a bug was discovered in the tab exception handling which is also fixed by this patch. Fixes bug 955642. Also incorporates some cleanup on the other details pages so that they are all uniform and at their best. Additionally, added a command to run_tests.sh to update all the translation strings (./run_tests.sh -m or --makemessages). Updates translation files. Change-Id: I61287b91fb442f7343c2ddebfcc547dc559efbdf
-
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>
-
Julien Danjou authored
tenant is not used at all Change-Id: I013eae34abc116b7127d0b2d68011248528353f9 Signed-off-by:
Julien Danjou <julien.danjou@enovance.com>
-
Andy Chong authored
* fixes bug 955704 * related nova changes at https://review.openstack.org/5342 Change-Id: I10aa598a3bfbc63bade757972c09db43377a737b
-
Andy Chong authored
* updated related locale .po file Change-Id: Ie217a6021829822777a6b0af7ce166a5c21ee549
-
Gabriel Hurley authored
* Fixes bug 955630 by removing the launch instance action. * Allows admins to delete any image. Change-Id: Ie9bd1c93349c19ac07b6d576115420da55148042
-
- 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
Fixes bug 953483. Change-Id: Ie6b858a9a595d024f71ca372a11b97a454b3b1e8
-
Andy Chong authored
* added assertion test for form errors Change-Id: I573a459facfbad6980390d97b26f490613cabc87
-
Emma Steimann authored
* fixes bug 944497 and fixes bug 953464. Change-Id: Idea17ab07f4fa46b72af6b54017899cbfe7e6ef0
-
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
-
-
John Postlethwait authored
Adding a cancel CSS class to confirmation modals so they can be styled individualls. Fixes Bug #954515 Change-Id: I99ff5bc2252991216c47d4a9d95b420369f56966
-
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
-
Andy Chong authored
Fixes bug 897090, since IP information is displayed as nova returns it. Change-Id: If64ec14ba4cf6b081a7a99aa7ccee0aef70efa35
-