Small cleanups:
* Use openstack-lower-constraints-jobs template, remove individual
jobs.
* Sort list of templates
Change-Id: Id9e8f44d7c4d352682ca4df80f9470c7e6144509
Needed-By: https://review.openstack.org/623229
When uploading an image, if we do not set a minimum ram and disk size we
try to send "None" to glance.
We should instead send "0" and glance will calculate the size from the
provided image.
Change-Id: Ia1aeabcdcf021943ebb7a4e35939c383ac820b19
Closes-Bug: #1809121
Previously, when a network name is an empty string,
network information of server interfaces will be empty,
so we cannot distinguish server interfaces.
Also network name in the instance detail page is capitalized
but there is no need to capitalize it and such information like
network name should be displayed as-is. This is not directly
related to the bug fixed by this commit, but it is simple enough
and related to network name, so I believe it is okay.
Change-Id: I2f2ad9b6bf50a2b53e79e4929d877111f875bd5b
Closes-Bug: #1805812
The name is not required, so data["name"] may be empty,
but the network.name_or_id must have a value
Change-Id: Iec8d204b7211e9f5c58dbf886dadccfa824c9262
When calculating imageGb, should use 1073741824.0 (Bytes in a GB) as the divisor.
Closes-Bug: 1807639
Change-Id: I096dbf84826866e3e6916474157f8697b9f546ab
Signed-off-by: Yan Chen <yan.chen@intel.com>
PKI Tokens got removed from Keystone in 2016[1] so this check is no
longer needed.
OPENSTACK_TOKEN_HASH_ALGORITHM setting is dropped
as it is used only in PKI token check.
[1] https://review.openstack.org/#/c/374479/
Change-Id: I2de02fe6fab531842752b03c5e17af2bcf502cd8
openstack-dev was decomissioned this night in https://review.openstack.org/621258
Update openstack-dev to openstack-discuss
Change-Id: Ibae62f0fd43a4fb8a67c560c72e02f86683dff09
In the Create Role page,
enter a space in the name input box,
no error is reported.
Change-Id: I3885548f86a0404d362aabd46aa09537955e3512
Closes-Bug: #1804585
This patch rollbacks changes in APITestCase introduced in the
0d163613265e036818fe567793a4fc88fe140d4a commit to unblock Horizon
plugins gates.
Change-Id: I6b2be31568e4aa4273990f9cfa76ca139620c84b
Closes-bug: #1806053
Closes-bug: #1805240
The latest selenium webdriver fails with old geckodriver.
This patch also fixes horizon-selenium-headless job.
Change-Id: I8dfdc7e80dfe680d6699fc7f1f8325b85a9f7c8f