The swift objects/folders table was caching the selected
items because it was broadcasting the wrong hzTable event
to clear them when needed.
Change-Id: Ie6d594718d6f2ca50f59d44d20978ccdb28734f5
Closes-Bug: #1629993
- Remove link to NG Users table patch, instead
reference NG Images table as go-to standard
- Update some file locations/ names that changed
Change-Id: I26e9652eb3c18273a2c5193c5344ba3d7f56e576
If user doesn't set container name
for volume backup, Horizon sets default
value 'volumebackups'. If Cinder is configured
with different default value, this behaviour
will cause an error.
Since Cinder is able to handle case when
container name for backup is not set,
we should remove this hardcode from Horizon.
Change-Id: Ib121ac1d38f11e967ef059de57a8198c5e890198
Closes-Bug: #1631930
* Render nested lists properly (A blank line is required
when a nested list starts)
* Add a launchpad link for a bug
* Add periods for better readability
* URL only release note looks unusual. The bug link (bug 1508571) is
actually described in the feature section, so the URL was moved.
TrivialFix
Change-Id: I1240c325207bbca513b2e41cc02065118797c2c4
<dt> and <dd> tags in hz-detail-row.html contains no translatable strings.
They are unnecessary.
Change-Id: Ic0a687fb3266b02de7dab3e4079c391a45cf95d7
Closes-Bug: #1624730
Releasenote translation publishing is being prepared.
'locale_dirs' needs to be defined in conf.py to generate
translated version of the release notes.
Change-Id: I674deb86cc15ab8898ee87c5a0744d9edb3a76ee
When creating a folder in swift ui with the following
name format "f1;/f2" swift ui is not able to pick the
objects/floders for "f1;" and when this folder is
selected the ui ends in an infinite loop of "f1;"
folders
Change-Id: I8e2d8fdb5fb3b67dfd14bbdd1b100f13e84222eb
Closes-Bug: #1624546
Sample policy file is out of sync with Glance repo; we should update it
to make dev/deployer work easier.
Change-Id: I4891e13a387729660e43f476796731937da0aa6e
We should finally get rid of run_tests and just move to tox. Adds a
deprecation warning to give this change more visibility.
Change-Id: I4cfd8f031e49ae302ceee18496cc68bcec42c821
Implements: blueprint enhance-tox
The browser support page should be part of the docs. This change
moves the content of the wiki page into its own file that is accessible
from the index. References to the wiki page have consequently been
removed from the FAQ.
Change-Id: I340203771cb2b0dfa534ad3f8926e599a727e1e9
Partial-Bug: #1625514