summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirements2014.2.1OpenStack Proposal Bot2014-12-031-10/+10
| | | | Change-Id: I57e6da645e5e546c8ec7fc173fa33cce4a5c45b9
* Merge "Translation import for 2014.2.1 Juno stable update" into stable/junoJenkins2014-12-0321-454/+15335
|\
| * Translation import for 2014.2.1 Juno stable updateAkihiro Motoki2014-12-0421-454/+15335
| | | | | | | | | | | | | | | | * Runssian translation is newly added. They have made a great progress after Juno initial release. * Translation udpate to catch up with Horizon code update Change-Id: I60322009bf3000201c3bc2afe8abfa641a9be847
* | Merge "Fix dashboard nav, when panelgroup empty" into stable/junoJenkins2014-12-031-1/+4
|\ \ | |/ |/|
| * Fix dashboard nav, when panelgroup emptyMatthias Runge2014-12-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | The identity dashboard breaks with a common pattern and doesn't use a panel group to group panels. When not using accordion navigation, the last level of navigation is not shown at all. Change-Id: Ic76611009eac30658d0af082b0e46cd8f2da1832 Closes-Bug: #1391524 (cherry picked from commit 8e3950a19c244cbb253b34ef1cd46c86b952cc14)
* | Prevent leaking `target` info into subsequent `policy.check()` callsTimur Sufiev2014-12-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to mutable dictionary being used as the default `target` argument value the first target calculated from scratch in POLICY_CHECK function will be used for all subsequent calls to POLICY_CHECK with 2 arguments. The wrong `target` can either lead to a reduced set of operations on an entity for a given user, or to enlarged one. Due to independent policy checks at each service's side this doesn't pose a serious security breach, but can lead to weird UX behaviour. Change-Id: I744fac28de0fb7060b50c5db689e74631a628c88 Closes-Bug: #1396544 (cherry picked from commit dab964d781699d07883a659750c6913b649fed38)
* | Merge "Make labels in Network Topology translatable" into stable/junoJenkins2014-12-014-34/+14
|\ \
| * | Make labels in Network Topology translatableDoug Fish2014-10-294-34/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the button and object labels in the network topology pop ups to be translatable and concatenation-free. Use "None" as the not found value to be consistent with the network ports detail screen. This patch excludes fixing the status values. Partial-Bug: #1323599 (cherry picked from commit 707f3f3ab754ee583259fd6c0c379503ee51d92c) add missing semicolon in networktopology Add in the missing semicolon identified by jshint. Closes-Bug: #1382825 (cherry picked from commit 863fa952509e24f4544667dd47e3df6b5b42c432) Change-Id: Ia0c92842703109401d758d5ac3ccefab9ccf6971
* | | Merge "Fix Instance Details error when using Cinder V2" into stable/junoJenkins2014-11-291-3/+3
|\ \ \
| * | | Fix Instance Details error when using Cinder V2Heiko Krämer2014-11-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you're using cinder V2 API you will get an error for instance details view. The function 'instance_volumes_list' is called by the detail view of an instance and try to get from 'display_name'. Since Cinder v2 it's changed to 'name'. Change-Id: I20de0b8e6c263fc306e1475ddd40b4156e828bf1 Closes-Bug: #1386727 Related-Bug: #1226944 Co-Authored-By: Julie Pichon <jpichon@redhat.com> (cherry picked from commit 9e5a4babf82258641a082d03673cb5ca329c65d1)
* | | | Merge "Fix borders for "Actions" column in Firefox" into stable/junoJenkins2014-11-291-2/+4
|\ \ \ \
| * | | | Fix borders for "Actions" column in FirefoxTatiana Ovchinnikova2014-10-291-2/+4
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added 'background-clip:padding-box' to "Actions" column styling to make its borders visible in Firefox. Moreover, since not every table has odd/even classes for its rows, there still are some issues with border colors for a few tables. This patch set adds 'background-clip:padding-box' to each row style (not only to odd rows) to make borders visible for every row, "Actions" column in Firefox. Closes-bug: 1384116 Change-Id: Ibc540fd62bd918c0a5a70c410a16d8af86bedcfa (cherry picked from commit 8d550896810122c58a6c8dbea1b477217b417e28)
* | | | Updated from global requirementsOpenStack Proposal Bot2014-11-282-12/+12
| |_|/ |/| | | | | | | | Change-Id: Ie55fe9dcebb96340f401bdb632da7ad1a37208af
* | | Merge "Make status in instance details screen translatable" into stable/junoJenkins2014-11-232-1/+9
|\ \ \ | |_|/ |/| |
| * | Make status in instance details screen translatableDoug Fish2014-10-292-1/+9
| |/ | | | | | | | | | | | | | | | | | | Use the same set of translations we have for status in the instances table to make the status in the instance details screen translatable. Change-Id: I2430b9211e9f1aa2d067c74e577ba5905b261402 Closes-Bug: #1383916 (cherry picked from commit 055f737a9bbdd598148944a68f8512faafec0e52)
* | Merge "Make update metadata segments translatable" into stable/junoJenkins2014-11-121-3/+3
|\ \
| * | Make update metadata segments translatableDoug Fish2014-10-291-3/+3
| |/ | | | | | | | | | | | | | | | | The terms "Other" and "Filter" in the update metadata template need to be translatable. Change-Id: Ied108d0bf1b2f139ecbb36bb79b44f26ac911db2 Closes-Bug: #1385485 (cherry picked from commit fb70d3cfbdd16971951e536f7e8c56caba813f43)
* | Handle negative values in total*Used for Cinder absolute limitsJulie Pichon2014-10-292-3/+33
|/ | | | | | | | | | | In some cases negative values can be returned for resources currently in use. When this occurs, the project overview page fails with an error 500 due to an OverflowError, "cannot convert float infinity to integer". Handle this case more gracefully. Change-Id: Id1ad16eafdde906dc74bfafc7f72ea8d3bdcdc8f Closes-Bug: #1386687 (cherry picked from commit 53c7dc022ed4e0d5d60fb344b3e8c94e3dfb7d43)
* Update WSGI app creation to be compatible with Django 1.7Julie Pichon2014-10-171-3/+2
| | | | | | | | | | | | | | | This resolves the following error when trying to run Horizon: AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. and is backwards-compatible with our currently supported versions (back to 1.4). Change-Id: I1e59f2bf6633a34cfe9230aa028f345e5fa70f94 Closes-Bug: #1382023 (cherry picked from commit 686af384c201148c3aebcfbf18b2527587d70ea4)
* Opening stable/junoThierry Carrez2014-10-162-1/+2
| | | | | | | Bump version to next stable release on juno branch, and set defaultbranch in .gitreview for convenience. Change-Id: I694b73e21a53977e5750831a0cdd49adbcd61f37
* Merge "Warn OPENSTACK_QUANTUM_NETWORK setting as deprecated" into proposed/juno2014.2.rc22014.2proposed/junoJenkins2014-10-111-0/+7
|\
| * Warn OPENSTACK_QUANTUM_NETWORK setting as deprecatedAkihiro Motoki2014-10-101-0/+7
| | | | | | | | | | | | Change-Id: If2f762fe665b9a88153a77a658f52bcd56185c53 Closes-Bug: #1377498 (cherry picked from commit 530e5fee789ce5ed19d90a6b4901f01e8efde5ff)
* | Document token hash algorithm optionBrant Knudson2014-10-102-0/+18
|/ | | | | | | | | | | | | | | | | | | With https://review.openstack.org/#/c/116509/ , django-openstack-auth will support a new option for the token hash algorithm. This adds the documentation to Horizon's local settings example file. This is for security hardening. The token hash algorithm defaults to MD5, which is considered too weak due to the potential for hash collisions. Some security standards require a SHA2 hash algorithm to be used. DocImpact SecurityImpact Change-Id: I6774b9b7215d191259586e4721e357487bb777cd Closes-Bug: #1174499 (cherry picked from commit 372d033d89c0f5d305959a6ad5fd3e1159cc91ed)
* Import translations from Transifex for JunoAkihiro Motoki2014-10-0999-63982/+7698
| | | | | | | | | | | | | | | | | * Import ~100% completed translations (translations available for 12 languages) * Update language list in openstack_dashboard settings.py * Update English POT files * Update Transifex resource name in .tx/config for Juno. * Remove compiled message catalogs (Related-Bug: #1196982) Closes-Bug: #1376542 The instruction on how to compile message catalogs will be covered by https://review.openstack.org/#/c/126169/ or the installation guide. Change-Id: Ib36562168009fa34b9818e99154df350678abd4b
* Merge "Enable launching instance from zero-size image snapshot"2014.2.rc1Jenkins2014-10-021-2/+6
|\
| * Enable launching instance from zero-size image snapshotGary W. Smith2014-10-021-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the general hardcoded minimum of 1GB volume size on the create instance workflow, and selectively enforce it when the volume size field is used and editable: namely, when launching an instance from an image and creating a new volume. This general minimum was preventing the launch of instances from image snapshots (whose size is reported as 0) by causing browser errors as the browser tried to highlight the error of the invisible size field. Closes-Bug: 1374931 Change-Id: Ied0eb41f5198d935bbb0896e5004ea78176bc2b8
* | Merge "Override Error Message in Create Subnet Workflow"Jenkins2014-10-022-3/+4
|\ \
| * | Override Error Message in Create Subnet WorkflowSam Betts2014-10-012-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Admin->Networks->Create Subnet and Project->Networks->Create Subnet both inherited their error message from the Project->Create Network workflow, this patch moves the error message into a instance variable that can be overridden by sub-classes, and overrides it in the Create Subnet workflow. Change-Id: I87e9b89b68560291e389a24be86f788167c5d149 Closes-Bug: 1375783
* | | Merge "Display only reachable IP as Floating IP association target"Jenkins2014-10-028-48/+169
|\ \ \
| * | | Display only reachable IP as Floating IP association targetAkihiro Motoki2014-10-018-48/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Neutron deployments some VM port can be unreachable from external network and cannot be associated with floating IP. It is confusing if these ports are listed in Floating IP Associate form. Change-Id: I2d8faf0dbf4490d198b883fe1becfd950b1b4d14 Closes-Bug: #1252403
* | | | Merge "Sort networks and projects by name instead of UUID"Jenkins2014-10-022-1/+3
|\ \ \ \
| * | | | Sort networks and projects by name instead of UUIDSam Betts2014-10-012-1/+3
| | |/ / | |/| | | | | | | | | | | | | | Change-Id: I73b9f05303917300121ed99042cdd5004184261b Closes-Bug: 1375206
* | | | Merge "Change column uptime"Jenkins2014-10-023-3/+3
|\ \ \ \
| * | | | Change column uptimeMatthias Runge2014-10-013-3/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Renamed misleading column uptime Change-Id: Id72c10a7166943fcfef68c338a1412897ad9cc4b Closes-Bug: #1156563
* | | | Merge "Imported Translations from Transifex"Jenkins2014-10-0212-2924/+3501
|\ \ \ \
| * | | | Imported Translations from TransifexOpenStack Proposal Bot2014-10-0212-2924/+3501
| | | | | | | | | | | | | | | | | | | | Change-Id: I464b44a14aa6e4596af148039345bf63fdfe9f0f
* | | | | Merge "Amending the quickstart guide"Jenkins2014-10-023-12/+125
|\ \ \ \ \
| * | | | | Amending the quickstart guideDavid Lyle2014-10-013-12/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *Updating to avoid use of manage.py directly. *Making it more DevStack friendly. *Adding a sample DevStack local.conf to allow for exercise Horizon against more services. *Added simple developer instructions so new developers aren't tempted to work on the DevStack instance of Horizon. Change-Id: I0840c63183e7cec3b08e4f2ce208479ff7552f60
* | | | | | Merge "Fix E127 errors in horizon/"Jenkins2014-10-0214-55/+55
|\ \ \ \ \ \
| * | | | | | Fix E127 errors in horizon/Akihiro Motoki2014-10-0114-55/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E127 continuation line over-indented for visual indent Partial-Bug: #1375931 Change-Id: Ib9ae85a767a85a360e5a720d8392a20069a8c873
* | | | | | | Merge "Fixes session timeout string in horizon"Jenkins2014-10-022-6/+9
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fixes session timeout string in horizonnikunj25122014-09-242-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) This patch fixes the session timeout string problem which occurs when users clicks on the UI and Ui redirects the user to the login page but without session timeout message. 2) This patch also fixes other cases of unnecessary logout messages. Closes-Bug: #1231355 Change-Id: I9824db44382247d64cc8c399eb5e855e818e8781
* | | | | | | Merge "Unbundle bootstrap and use xstatic version"Jenkins2014-10-0282-10085/+11
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Unbundle bootstrap and use xstatic versionRadomir Dopieralski2014-09-3082-10086/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses the xstatic-packaged versions of bootstrap and bootstrap-datepicker. It requires newer versions of pyscss and django-pyscss, as there were some bugs in there that were just fixed upstream. Change-Id: I0a7660d29fecde915eb46916453a9ea96296798d Implements: bluperint remove-javascript-bundling Closes-bug: #1375883
* | | | | | | Merge "Revert "Remove the update default quotas feature""Jenkins2014-10-0220-167/+494
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Revert "Remove the update default quotas feature"Sergio Cazzolato2014-09-3020-167/+494
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ed586a0355fb99a5b1fbeadfc0625f0ceffe8b72. The quota_class subcommand in python-novaclient was used to set default quota values so it shouldn't have been removed. As now it is being restored, the defaults quota panel is being restored too. Related mailing list thread on the topic: http://lists.openstack.org/pipermail/openstack-dev/2014-May/035383.html Resolved merge conflicts by hand in: openstack_dashboard/api/cinder.py openstack_dashboard/dashboards/admin/info/tabs.py openstack_dashboard/dashboards/admin/info/tests.py Updated translatable segments to match refactors in openstack_dashboard/dashboards/admin/defaults/workflows.py openstack_dashboard/dashboards/admin/defaults/tables.py Fixed most egregious post-merge styling errors in openstack_dashboard/dashboards/admin/defaults/templates/defaults/index.html (probably should have been separate, but I just couldn't let it out that way!) Removed unrelated file that was allowed to be part of the original commit doc/source/topics/settings.rst Co-Authored-By: Doug Fish <drfish@us.ibm.com> Change-Id: Ic4c4ecec843c7ea9afd0db36ce0eb15952da15b3 Partial-Bug: #1299517
* | | | | | | Merge "Upgrade and unbundle jquery-ui"Jenkins2014-10-015-3963/+27
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Upgrade and unbundle jquery-uiRadomir Dopieralski2014-09-255-3963/+27
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade jquery-ui to >=1.10.1 and unbundle it to an xstatic package. Since versions 1.10 and 1.11 use different directory structure, there is a small conditional in the settings, using different paths depending on the version. Change-Id: If5116ec33cdb31b045d5c1c21b9640b38ff05f5e Closes-bug: #1367720 Blueprint: remove-javascript-bundling
* | | | | | Imported Translations from TransifexOpenStack Proposal Bot2014-10-0115-764/+1136
| |_|_|_|/ |/| | | | | | | | | | | | | | Change-Id: Ib9225a1aa4617a3f059317054b4e024f7f125bee
* | | | | Merge "Workaround for 'File exists' test failure"Jenkins2014-09-303-0/+38
|\ \ \ \ \ | |_|_|_|/ |/| | | |