Now that there is a passing gate job, we can claim
support for Python 3.5 in the classifier.
Horizon passes the py35 tests, make it voting at:
https://review.openstack.org/#/c/359123/
Change-Id: Ib098cf6dd3208a3e9fac93929ac2d40dba20cd4d
Also, simplify tox environment by reducing repeated definition of the same
test command across all of the "test suite" environments.
Change-Id: Icbe7558b973dcd1ef50c85cdefc02e165b5bdc7c
Closes-Bug: 1620430
LBaaS v1 feature has been removed from neutron(-lbaas) recently.
Horizon keeps LBaaS v1 dahsboard for backward compatibilty in
Newton release and will remove it in the next release.
Change-Id: Ie97acbdde234dca14a586a434b59e74be869dbd2
1. fix some spelling and punctuation errors
2. correct the path string in the plugin tutotial which might cause
misleadings
Change-Id: Ie049e1d3cfb745a62d7ab6944652a19ab3b949b6
The unit tests fail with novaclient 6.0.0 which requires
the use of an api_version property on the base Client class.
This change hard-codes the stubbed api_version attribute to
be 2.1 which is equivalent to the preferred version used in
the actual openstack_dashboard.api.nova.VERSSIONS code.
Change-Id: I9b89a224ad715cd0933d9757ca70e8a577eefc95
Closes-Bug: #1619093
"important" is a valid directive and used in openstack manuals.
However, the theme provided by oslosphinx does not highlight
"important" directive. To highlight the section, let's use
"warning" directive instead.
Change-Id: If9ab26e6236f51b2655b5815509ff65b0a09ccfe
Note: a fix for oslosphinx will be proposed.
The following error and warnings are fixed:
* ERROR: Unknown directive type "versionupdated".
* WARNING: Title underline too short.
* WARNING: Block quote ends without a blank line; unexpected unindent.
Change-Id: I43c4e77cf62c2cd336a72cbf132f9b6933b5af75
At the moment, even when a user update a metadata, this result is
not informed to a user (any message is not displayed).
So a user cannot know its result and he has to redisplay
'Update Metadata' modal in order to know its result.
Change-Id: I02b1a3c70d0225d2326d038b7519d49b0082985e
Closes-Bug: #1608361
Overrides were not possible on some templates due to
not reading from the "options" array while assigning
values in the DataTableOptions class.
Change-Id: Ia0905cbf772445c39006d10a5a040b5244587914
Closes-bug: #1616222
https://review.openstack.org/#/c/340689 added a new setting to Django
OpenStack Auth. This patch documents it and provides an example.
Change-Id: Ib684b4c918af0d5ae3770cba702b44e86a3ad3da
Closes-Bug: 1609506
match neutron master.
Since the neutron policy was last updated, LBaaS, VPNaaS, and FWaaS,
have all been moved out of the neutron repo. When that was done,
apparently all policy support was removed as well. This patch retains
the related policy checks matching the old policy file rules. If
operators use the new policy file, the policy checks are harmless, as
the definition won't be found which will result in policy.check
returning True.
Additionally, the get_network call for the update network view was
modified to not have the subnet info populated as it's not used in
the form.
Change-Id: I6c40b99e88937d428a8e21fa28cdbc8a4190eb57