- May 14, 2019
-
-
Ivan Kolodyazhny authored
SHOW_KEYSTONE_V2_RC is deprecated since Stein release and it's safe to remove it now. Keystone v2 support removal will be implemented in a follow up patch. Change-Id: Ib3098789a3aef47f4f4b84fd56f03376ce2ea96f
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ib1edeafd48098284cb54e45a417421cb29c7bca6
-
- May 10, 2019
-
-
pengyuesheng authored
The name is not required, so data["name"] may be empty. When data["name"] is empty, get the id value. This patch correct error messages on update network form Change-Id: Icc1b0ad7077dedfea77d6c0225dc2747d7efc1b5
-
- May 09, 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: I6e7a0ac244a6843ce889009779eaa4b44764ff22
-
- May 08, 2019
-
-
manchandavishal authored
These variables are not used anymore. This patch removes them. Change-Id: Id8035412a4f30b1b297acd71cda1d4eff61f5399
-
- May 07, 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: I7d380b6e12099f3a7c4380903e9259233a833612
-
- 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
-
-
Akihiro Motoki authored
Cinder consistency group has been replaced by the generic group feature. Horizon support of the generic group (in the project dashboard) is available since Rocky release and it covers all existing support for consistency group in horizon. The consistency group support is horizon was marked as deprecated in Stein release [1]. This commit drops the consistency group support. [1] https://review.openstack.org/#/c/626846/ Change-Id: I11187d2b03b7e0033a6c6ba3f8be25b8b5e4dd74
-
- May 02, 2019
-
-
Akihiro Motoki authored
This is a follow-up patch of https://review.opendev.org/#/c/656456/ During the review, it turns out that the logic is too deep and we cannot add more "if" clause. This commit tries to address it. Change-Id: If133b1bed8ae1a591c4ce34e0a86d6dc1c138c68
-
- 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
-
-
pengyuesheng authored
The number of rbac policy reaches the maximum quota, when create rbac policy, an error message is shown and the error information is unclear. This patch correct the error message Change-Id: I2d8207ed1f87c2f604d4f3d2bf34f8214e785203 Closes-Bug: #1826693
-
- 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
-
-
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
-
- 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 19, 2019
-
-
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 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
-
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 09, 2019
-
-
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
-
-
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
-
pengyuesheng authored
Change-Id: I5a26a63dcd485e0e0c28bcd0fd35f28e3edca613 Closes-Bug: #1823130
-
- Apr 03, 2019
-
-
Wangliangyu authored
When the neutron_lbaas is configurated and enabled, the created router will be HA router. Every router instance will has a HA port which to keep them alived. Those ports, whose device-owner is router_ha_interface, will shown on page. But there will throw an NotFound error when deleting them. IMO, it is enough for user to known them exist. we don't need to operate them for they only using by router instance. Change-Id: I276b5754b936d03b87b1e8ef39097a130e309211
-
pengyuesheng authored
When an element is required and hidden, the browser will report an error when submitting the form. Here is the code location where Django adds the required attribute to the element: https://github.com/django/django/blob/master/django/forms/boundfield.py#L221-L222 Change-Id: I68e1145efbe1837861aa1d66fceec497d6d97cb9 Closes-Bug: #1811181
-
- Apr 02, 2019
-
-
pengyuesheng authored
Change-Id: Id628b2ef92582b7ecad1923ffe075bf40ed0b6fb Closes-Bug: #1822719
-
- Apr 01, 2019
-
-
pengyuesheng authored
Change-Id: Ifb22a59523ab1cb96caebaddd5ea53f08faa197c Closes-Bug: #1822524
-
pengyuesheng authored
Change-Id: I8c4d0243716bbdbc8d4195d5dfa1b24e54e03978 Closes-Bug: #1822521
-
- Mar 29, 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: I7b3e2b98f5c0f1e4d98fae745b645668d7fe8561
-
- Mar 28, 2019
-
-
Akihiro Motoki authored
When creating a server using an existing volume or volume snapshot, horizon specified a device_name 'vda'. However the device name depends on bus type or something and this causes incorrect volume information in the instance detail page (and nova volume-attachments CLI output). For detail background, see bug 1560965. block_device_mapping v1 required device_name but it is no longer required to specify device_name 'vda' in block_device_mapping v2 in Nova create-server API. This commit changes to use block_device_mapping v2 so that we can avoid specifying device_name. Change-Id: Ice1a6bb2dcddab0a89c99f345d1f2cd101955b28 Partial-Bug: #1560965
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I6d396e0ca181f59b5ff13f7512e99077a0bb4a3d
-
Eric Desrochers authored
Using a scsi decorated image with: hw_disk_bus='scsi' hw_scsi_model='virtio-scsi' This solve the case where an instance is launched with 'image' selected as boot source with a new volume. This will result in /dev/vda instead of /dev/sda as it should. Not specifying device name in setFinalSpecBootImageToVolume() leaves the decision to nova to determine it. Example: ------- VM boot volume without scsi meta data decoration: Attached To 0a0cd660-7ce3-4033-9983-2e1099edc5f0 on /dev/vda VM boot volume with scsi meta data decoration: Attached To 91f50dbc-8bdf-4293-84ea-fc5df27b5ee4 on /dev/sda -------- Note: This commit doesn't address cases for where instances are launched using existing volume and snapshot, this will involve more work to migrate the code from BDMv1 to BDMv2. Closes-Bug #1560965 Change-Id: I9d114c2c2e6736a8f1a8092afa568f930b656f09
-
- Mar 27, 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: I94182b7c593fdf387b332c5af513b845be2f2846
-
pengyuesheng authored
Change-Id: Ie1835e67d7c5e0879cd372cee996853c4d7a36bc Closes-Bug: #1821835
-
- Mar 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: Ia0fa7e427c8fe7dcab308a5bdb17d07936826645
-
- Mar 22, 2019
-
-
Akihiro Motoki authored
Also fixes the success message of "Clone Group" form. Change-Id: I7ace2529b9fdfcbbd348f9b49f5d9e54497e9def Closes-Bug: #1821288
-
- Mar 21, 2019
-
-
Akihiro Motoki authored
Previously d3 version of the network topology view handles ports with device_owner 'compute:nova' and 'compute:None' specially. This leads to the situtaion that neutron ports with non-default AZ are not shown properly. There is no reason to handle neutron ports with the default AZ differently. What we would like to do is just to classify neutron ports attached to nova servers. This commit changes the logic to check device_owner of ports have a prefix 'compute:'. Note that we also need to check if device_owner is a string before checking the prefix. Change-Id: I472bae9af3d14d8a31efcae8a7610b84c4f09c3d Closes-Bug: #1820260
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I3a14d02e7986349a6508c6b93d01ed6f8f803db7
-