11532 Commits

Author SHA1 Message Date
Jenkins
6b5f112eda Merge "horizon documentation corrections" 2016-09-01 23:49:57 +00:00
Jenkins
ccd20a9dd2 Merge "Add a parameter fixed ip when creating a port" 2016-09-01 12:18:43 +00:00
Jenkins
0de9fc9f06 Merge "Imported Translations from Zanata" 2016-09-01 11:07:22 +00:00
OpenStack Proposal Bot
b7557f22cf Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Id416b17c9fbd5f35cf2ec45c66509d796cee56aa
2016-09-01 08:48:32 +00:00
shlo
325309d927 horizon documentation corrections
1. fix some spelling and punctuation errors
2. correct the path string in the plugin tutotial which might cause
misleadings

Change-Id: Ie049e1d3cfb745a62d7ab6944652a19ab3b949b6
2016-09-01 12:16:56 +08:00
Matt Riedemann
9db0f0c0fd Hard-code stubbed novaclient api_version to 2.1
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
2016-08-31 22:31:17 -04:00
Jenkins
5b4a399c12 Merge "Imported Translations from Zanata" 2016-09-01 00:04:32 +00:00
Jenkins
aef2385070 Merge "Fix document sphinx error and warnings" 2016-08-31 22:55:21 +00:00
Jenkins
8b90ce37fd Merge "INSTANCE_LOG_LENGTH is missing from local_settings.py.example" 2016-08-31 17:52:16 +00:00
Jenkins
c5cb5a36a5 Merge "rename LaunchInstanceModal spec describe function" 2016-08-31 17:13:18 +00:00
OpenStack Proposal Bot
289a9c5107 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I6b16e6ad8364a7ce469ccb9a8b194aa67ce001d0
2016-08-31 13:39:22 +00:00
Jenkins
152d38758a Merge "Implements filter_first in routers" 2016-08-31 11:05:51 +00:00
Akihiro Motoki
9fcc9a4989 Fix document sphinx error and warnings
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
2016-08-31 18:00:46 +09:00
Jenkins
ecde465e6b Merge "Revert "Escape blackslash in the angular_escapes filter"" 2016-08-31 08:00:55 +00:00
Jenkins
f7f08beb42 Merge "[TrivialFix] Ignore node_modules while we run flake8 test" 2016-08-31 04:24:08 +00:00
Jenkins
3bfb4bbdff Merge "Add rel note and example for TOKEN_DELETE_DISABLED" 2016-08-30 21:32:20 +00:00
Cindy Lu
1e7bd3346a rename LaunchInstanceModal spec describe function
This is a service, not a controller. Rename to 'service.'

Change-Id: I3a5e5a6a2fbd7a756ed2050b46335fc9349ba8a3
2016-08-30 13:04:06 -07:00
Rob Cresswell
455a1ba62a Add rel note and example for TOKEN_DELETE_DISABLED
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
2016-08-30 19:13:14 +00:00
Jenkins
0d8f193f85 Merge "Incorrect param name in api.nova.server_delete" 2016-08-30 17:54:35 +00:00
Jenkins
e3decc2e08 Merge "[Trivial]Fix the number that failed to delete in swift" 2016-08-30 17:30:29 +00:00
Jenkins
072139d6fb Merge "Implements filter_first in networks" 2016-08-30 17:22:16 +00:00
Rob Cresswell
c38318d19a Revert "Escape blackslash in the angular_escapes filter"
This reverts commit d580adb4dd9337ca4e3b6eaeaefffdf3f215ac19.

Closes-Bug: 1618527
Change-Id: Ib3a68b8c81a19a027a26dccce686ce07ddcb389c
2016-08-30 15:50:41 +00:00
jing.liuqing
1918ea3f3d [TrivialFix] Ignore node_modules while we run flake8 test
Boring to see a bunch of flake8 error of from
node_mpdules directory, especially in summer.

Change-Id: Ice1e5af164bc8a6f60df233ab8e3a6bf06704ad4
2016-08-30 22:23:10 +08:00
Jenkins
c1212d16b1 Merge "Documentation for translation in horizon" 2016-08-30 14:01:56 +00:00
Jenkins
e2f0a567a8 Merge "Project Creation from within Create User should work" 2016-08-30 05:28:17 +00:00
Jenkins
ac3daf7751 Merge "remove unused quotas code" 2016-08-30 05:28:09 +00:00
Jenkins
fb4f3c5f52 Merge "Display username/project during password request" 2016-08-30 05:26:49 +00:00
Jenkins
7328f45dc7 Merge "Remove admin_filter_first from horizon module to avoid confusion" 2016-08-30 02:49:42 +00:00
Jenkins
50fbb258bd Merge "Escape blackslash in the angular_escapes filter" 2016-08-30 02:20:28 +00:00
Jenkins
3355221d5f Merge "Fix the parameter name in "allowed" function in "RestoreBackup" class" 2016-08-30 00:57:19 +00:00
eric
46f99895fb remove unused quotas code
This code is not used anywhere, removing.

Change-Id: I526b8c13e6f5ad8d441f219bb4dca36c0377adfe
Implements: blueprint make-quotas-great-again
2016-08-29 14:56:44 -06:00
jlopezgu
f1cce3aa8e Implements filter_first in routers
Add the filter_first feature to routers admin/project views.

Implements blueprint: admin-views-filter-first

Change-Id: I6836a322031231036ea8b2092f26706da2e6d384
2016-08-29 14:26:55 -05:00
Jenkins
dece2df590 Merge "Updated from global requirements" 2016-08-29 19:16:48 +00:00
Jenkins
8f17af91d1 Merge "Imported Translations from Zanata" 2016-08-29 18:35:30 +00:00
Thai Tran
bbd5d8142a Documentation for translation in horizon
This document describes the overview architecture of how
translation works in Horizon. It also covers how one can
use it in their code.

Change-Id: I93063698cb1fc43f22e2fd7960e8a38ee423dab7
2016-08-29 18:20:33 +00:00
David Medberry
7e58caeaee Display username/project during password request
There is a UX bug when asking for this password without providing
appropriate context. This patch fixes that.

Closes-bug: 1617374
Change-Id: Iaabc217cdbff82d7685985f52d5caa975fcf4413
2016-08-29 10:58:40 -06:00
OpenStack Proposal Bot
da109c4779 Updated from global requirements
Change-Id: Ib2f85913a020fc63c2ef4de22c917bdb4924b0b8
2016-08-29 16:48:05 +00:00
Jenkins
1d3617c7d9 Merge "No lock required for reading secret key" 2016-08-29 12:33:03 +00:00
Jenkins
baae8712f8 Merge "Fix various issues with compressed angular templates and plugins" 2016-08-29 12:17:35 +00:00
OpenStack Proposal Bot
0defe842a9 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Ib5ddc29fd94a72e530b81b8094c9a2c5c604b823
2016-08-29 09:54:40 +00:00
Jenkins
b65fa15a22 Merge "Fix the issue workflow filter do not show all users" 2016-08-29 02:14:28 +00:00
Kenji Ishii
4b3157a576 [Trivial]Fix the number that failed to delete in swift
When deleting multiple folders in ng-container and some folders
can't delete, the number of failures displayed on modal is incorrect.
At the moment, the number of all folders targeted is displayed.

Change-Id: If3e057f775de37a15aa65cce3b4b536cccef1a1e
Closes-Bug: #1604709
2016-08-29 01:55:37 +00:00
Paulo Matias
d580adb4dd Escape blackslash in the angular_escapes filter
Co-Authored-By: Tadeu Sampaio <tadeu@ufscar.br>
Closes-Bug: #1617749
Change-Id: Ic97c6f3b0e3c4c91323dcba82bfe43e252e16b1a
2016-08-28 10:17:17 -03:00
Jenkins
96595dcfc2 Merge "Syntactic sugar for setting multiple properties in registry" 2016-08-27 20:15:16 +00:00
Cindy Lu
9e2b2baafc INSTANCE_LOG_LENGTH is missing from local_settings.py.example
it is in settings.rst, but missing from local_settings.py.example

Change-Id: I5711e621155621cd422fcf99403f70abf02952f3
Closes-Bug: #1617495
2016-08-26 17:28:28 -07:00
jlopezgu
8b46a8352d Implements filter_first in networks
Add the filter_first feature to networks admin/project views.

Implements blueprint: admin-views-filter-first
Change-Id: I934240040dec3094e0271c14a85a1081cbe878f2
2016-08-26 15:49:28 -05:00
Jenkins
416a398dc1 Merge "Fix unnecessary requests in angular image panel" 2016-08-26 16:02:00 +00:00
qiaomin
37cb18edfa Fix the parameter name in "allowed" function in "RestoreBackup" class
Change-Id: I8d16cf64f9d44023270e7fab5e10686cdaa329c3
2016-08-26 15:18:46 +00:00
Jenkins
70e0606f04 Merge "Fix the parameter name in "allowed" function in "DeleteBackup" class" 2016-08-26 14:59:34 +00:00
Jenkins
edc97533a4 Merge "Correct documentation around upper-constraints changes" 2016-08-26 14:21:48 +00:00