- May 04, 2019
-
-
Ivan Kolodyazhny authored
ENABLE_FLAVOR_EDIT is deprecated since Pike release and is not used anywhere. Change-Id: I06d5252c8f7bd955025587393f5d8ff00fe01c3b
-
- May 03, 2019
-
-
Zuul authored
-
- May 02, 2019
-
-
Zuul authored
-
- May 01, 2019
-
-
Dmitriy Rabotjagov authored
KeyError was raised when volume was created from image and then this image is deleted. THis patch adds additional check to avoid such situations. Change-Id: I85712fd9587d8815d2f3c74227ded9a4f62296f3
-
- Apr 29, 2019
-
-
Zuul authored
-
- Apr 28, 2019
-
-
Adrian Turjak authored
The default content-type is html, and under certain circumstances like devstack the html has some additional comments added. Because this specific content is meant to be parsed as json those extra html comments break the modal.js code. We can't set the content-type to json without rewriting parts of modal.js, as it will will parse it into an object early and then modal.js will fail as it attempts to parse an object into json. Change-Id: If5a9ee7fe4273dc368dec7767a55d4467bf6a1a7 Closes-bug: #1824484
-
Zuul authored
-
- Apr 25, 2019
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I63eb0cc9e086318169bf458275017845382d468b
-
- Apr 24, 2019
-
-
ZhongShengping authored
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I7f5506455ed52e4670b8e428548e931db13b13db
-
- Apr 23, 2019
-
-
Riedo Ilofin authored
This is bug from initial commit Ida2e836cf81d2b96e0b66afed29a900c312223a4 Check box 'unrestricted' is Bool type and if left unticked it was set to 'None' which is not Bool type. This fixes the bug and removes 'or None' which sets the 'unrestricted' to 'False' Change-Id: I7b3b4b82624e61edfea5d0b42d9179ec2216277f Closes-Bug: #1821115
-
- Apr 22, 2019
-
-
Zuul authored
-
Zuul authored
-
BubaVV authored
Several Angular based dashboards, such as images and snapshots, not regenerated after some item on this page changes its status from transition state. For example, an image may be shown forever in the "Creating" state with running progress bar. To improve UI this patch re-upload items list until some item in transition state. If status of item changed, then 'trackBy' field changed and Angular will re-render row with this particular item with ng-repeat-start directive and won't re-render all entire page. Change-Id: I2308baebb65b11180d66bd69d834386022c2ad84 Closes-bug: #1797592
-
Zuul authored
-
Zuul authored
-
- Apr 21, 2019
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Idaf58de99b11881a31f9f50761561b8cef7ab718
-
- Apr 20, 2019
-
-
Zuul authored
-
- Apr 19, 2019
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
pengyuesheng authored
In subnet page under admin panel, Subnet_free_ips is negative if the subnet's allocation_pools range is less than the used IPs of the subnet. This patch adjusts subnet_free_ips to 0 when it is negative. Change-Id: I3f1441bf5e4eb3017024db2865adf3296127793e Closes-Bug: #1823149
-
- Apr 18, 2019
-
-
Zuul authored
-
- Apr 16, 2019
-
-
Zuul authored
-
- Apr 15, 2019
-
-
manchandavishal authored
As Migration to bionic is completed or nodejs10 job running. So we not required nodejs4 job anymore. Change-Id: I179706cbd53b33f15bdc485168a7eba09fc788e5
-
zhufl authored
This is to add missing ws separator between words. Change-Id: Icfe0c1f6893b5c54dfa0ef7fe15499b3b50079ed
-
Zuul authored
-
- Apr 11, 2019
-
-
Ivan Kolodyazhny authored
Cinder API v3 is a default version for Horizon so we need to use it in the documentation. data-processing API version is removed from the Horizon documentation since it's availale in a separate plugin. Change-Id: I5f178b70f73c23f8220f44a418eec689f0bc3b1c
-
Zuul authored
-
pengyuesheng authored
When there is more than one Extra Specs in Volume Type Extra Specs, then create an Extra spec with an invalid key name like "#^&*", the form prompts a wrong error message. This patch corrects the error message. Change-Id: I5ecdbb37953e95b302a254748cfc2a6a615c7d4b Closes-Bug: #1822924
-
- Apr 10, 2019
- Apr 09, 2019
-
-
Corey Bryant authored
As of Stein, a minimum of python-cinderclient 4.0.0 is required to create a volume. Cinder schema no longer accepts additional properties on volume create that are not part of the API spec [1]. [1] https://review.openstack.org/#/c/573093/ Change-Id: I0fc4d5db39080985b471fe2465b7078e37417e4d Closes-Bug: #1824017
-
Christian Berendt authored
Change-Id: I58023f12e6b01808921555a33d09155b103e2000
-
pengyuesheng authored
On admin panel, when creating a network and creating a subnet, the tenant to which the network belongs and the tenant to which the subnet belongs are inconsistent. This patch uniform network and subnet tenant ID Change-Id: I3744d8b7a0a37918962c9d9a2ac319002de93851 Closes-Bug: #1823627
-
- Apr 08, 2019
-
-
pengyuesheng authored
When selecting the remote as CIDR, the CIDR value field is mandatory but isn't marked as mandatory. This patch marks it as mandatory. Change-Id: I2125813d6fb58e311b6bef821a88c78ab0fc6cfc Closes-Bug: #1816330
-
- Apr 05, 2019
-
-
francotseng authored
Currently AngularGettextHTMLParser parses translations of form {$ 'content' | translate $}. However, there is another form in projects' html files: {$ ::'content' | translate $}. This commit fine-tunes the filter_regex and related handle_xxx functions to extract both forms of translations. Change-Id: I7129a13d046b699328b77267ae4936d31af8144c
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ibcaed3a98de8dbec8e1bf379fec99915a7d5cda1
-
- Apr 04, 2019
-
-
pengyuesheng authored
This patch fix does not match the regex in horizon and nova [1]. The service supports underscores, but the restriction imposed in horizon is different, so the regex is updated. [1] https://github.com/openstack/nova/blob/6ebb2c4cae65cb437e17a8c02fe5174a9825d8e0/nova/compute/api.py#L5674-L5690 Change-Id: Icc5e9c6447253d6087c578ab931b52a923128e38
-
Ivan Kolodyazhny authored
Policies are generated using oslopolicy-sample-generator according to Horizon 'Policy file maintenance' guide [1]. [1] https://docs.openstack.org/horizon/latest/contributor/topics/policy.html#policy-file-maintenance Change-Id: If31c072ab14e1746969b7f94e6837722cefa28ea Closes-Bug: #1821289
-