The name is not required, so data["name"] may be empty,
but the network.name_or_id must have a value
Change-Id: Iec8d204b7211e9f5c58dbf886dadccfa824c9262
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
Previously instance ports without IP address were not shown
because api.neutron.servers_update_addresses() ignored ports
without IP address.
This commit changes servers_update_addresses() to include
a special symbol (None) representing "No IP address"
in "addresses" attribute in "server" object.
"(No IP address)" will be shown for ports without IP addresses now.
Closes-Bug: #1804016
Change-Id: I46699731ab515667b8cdf97ef68bdb8cbfe0b563
With reference to I038918e4beef2ea4d346127713855e0421e8b721.
The description for "Key Size" field is changed.
So picture for the same also need to be updated.
This patch updates the picture in the doc.
Change-Id: Idfed41249cd6e74ff0ad209798dfc5f921552ed9
Related-Bug: #1780457
The name is not required, so data["name"] may be empty,
but the router.name_or_id must have a value
Change-Id: I0b20d0ab5ff66e199faa58cb9146aa731552c698
If you're a user without administrative permissions, you will
not be able to edit a password using the table inside the identity
section due to the fact that it uses a different edit API which
is not meant to be used for the user-side of things.
This patch adds a policy change in order to hide the change password
link for normal users, while keeping the functionality inside
the Settings panel still intact.
This change was first broken by I76eb9f95c7112bcbad75ee151f363f892298d081
Partial-Bug: 1788384
Change-Id: I7a64257ac274c9dac5705ba72a85833f8e7a1591
Step 7 of 'Add a key pair' instructs end users to respond to the prompt
to download but Horizon now automatically download Key pair and no
prompt to download the key pair is displayed and moving a section of
code that should reside in 'Add a Key pair'.
This patch updates the doc correctly.
Change-Id: Ic96de6983c7d95c4eca19ae0b6e3d1c700aac9b5
Closes-Bug: #1804139
Now, one page content will be changed after Clicking
"Next page" or "Prev page" to go back.
As we know, the order of the list could not be changed
at will, for one at the beginning or the end is a marker.
The marker is very importent for pagination.
So, this commit remove the sort of snapshots and reverse
the sort of the previous page ones.
Change-Id: I8d3d0cf4a1e6526bed3055b18741b1cf5d6166ff
Closes-Bug: #1804391
Now, we give the init status of the volume when resetting status.
The first glance is the current status, instead of "Select an
new status", and we could do nothing with the status will confuse user.
The same with snapshot.
According to the above situation and Akihiro's suggestion:
- Use "Select on new status" as the default label
- List all possible values for status *including the current status*
- Add "(current)" to the current value in the dropdown list
Change-Id: I61e642e2fd8ddd7498911272678e57b60b60a3b8
Closes-Bug: #1803475
Volume type encryption help text states that "The Key Size is the
size of the encryption key, in bits (e.g., 128, 256).
If the field is left empty, the provider default will be used."
This is not really correct, because 128 bit keys do not actually
work with LUKS as used by Cinder volumes.
It should only recommend 256 bit keys.
This patch fixes the issue.
Change-Id: I038918e4beef2ea4d346127713855e0421e8b721
Closes-Bug: #1780457
Some actions of instance are missed in ACTION_DISPLAY_CHOICES,
like migrate/shelve/unshelve.
Change-Id: Ia1e40ae35b2fd31c146dc1f074b30822812fa051
Closes-Bug: #1804376