815 Commits

Author SHA1 Message Date
Zuul
5943532672 Merge "Refactor error messages." 2020-09-03 10:43:30 +00:00
OpenStack Proposal Bot
b46572be1c Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I08fc6a46af8e231c0b2b21b5039e26d0be937d06
2020-08-29 06:51:30 +00:00
manchandavishal
5081359295 Refactor error messages.
Error messages can come from different projects(cinder, keystone,
nova, etc.),but we are currently catching all the exceptions and
return a generic error message and it hard for the user to determine
the source of error. Horizon team decided to add a collapse-able box
for error messages which shows the detailed error message on the
horizon UI during shanghai summit[1]. This patch do the same.

Partially-Implements blueprint refactor-error-messages

[1] https://etherpad.openstack.org/p/horizon-u-ptg#110

Change-Id: If0bd24540562b8f1330ac6cb7db5f1d354e1d1b7
2020-08-28 13:20:09 +00:00
OpenStack Proposal Bot
01fa57f39c Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I9b3820da0b02b69b1257fc2f337af6a335441dab
2020-08-28 07:08:06 +00:00
OpenStack Proposal Bot
8a08cbf734 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ic70bc83f8eea93cfb4087ba750da77488bf99791
2020-08-14 06:53:35 +00:00
OpenStack Proposal Bot
55222ec594 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I40042e3509c872a2962dc07ffba91ab50c9191be
2020-08-06 06:50:31 +00:00
OpenStack Proposal Bot
a2a173d2c5 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ie09e667608da03835d57d78338913dd33dd924b5
2020-08-03 08:04:20 +00:00
OpenStack Proposal Bot
eb86389fa4 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I6dc8c750bcced84d205c9eb3094f64a6732d94a0
2020-07-29 07:09:00 +00:00
OpenStack Proposal Bot
f6226c97d0 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ibecb11c886a167a68a5821ee007065ee34741f51
2020-07-27 06:56:20 +00:00
OpenStack Proposal Bot
11a04772f3 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I1e2d1b367840e28a60c93e07cbe92a10b9b0f63c
2020-07-21 06:49:54 +00:00
OpenStack Proposal Bot
99ffd59a56 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I1c411bf07bffe6ee8423502855d2c1598a0bfe78
2020-07-12 07:01:58 +00:00
Zuul
b3832334af Merge "Fix django-compress caching issues" 2020-06-25 12:24:55 +00:00
OpenStack Proposal Bot
8273657538 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: If119cf1ad840b6c3867f13a9e13db56894410da4
2020-06-20 07:11:03 +00:00
Ivan Kolodyazhny
0d290b9184 Fix django-compress caching issues
django-compress doesn't work well with cache. If horizon is
deployed in a containarized environment with pre-built static
in images, django-compress tries to load old templates from cache.

This patch introduces following changes:

* update_angular_template_hash uses the correct Django cache backend now
* fixed cache cleanup for memcached backend
* added clean_angular_template_cache management command to clean cache
  manually without executing heavy 'compress' command.

Closes-Bug: #1874657
Change-Id: If1fd61fa2e4b36e22797b0f54ac067a2a937f369
2020-06-15 17:33:16 +03:00
OpenStack Proposal Bot
dd62fd386e Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I50970073b081987a8796ac40c2b4f9d9b44fc381
2020-06-09 07:27:01 +00:00
OpenStack Proposal Bot
be711f3920 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Iffed9ad005a25e8e11eeb2b5887e2f0fde9ada47
2020-05-27 07:10:54 +00:00
Andreas Jaeger
c377c02740 Fix published docs
Change I90d064e63baa5f067f38a881eb9a556dfb435e97 contained a few typos
which broke the PDF and "Report a bug" icons on
https://docs.openstack.org/horizon/latest/ .

Fix the typos.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

Change-Id: Iab18f322331f13f85f64fb4730d276b9d351b8cc
2020-05-22 14:36:29 +02:00
manchandavishal
f8658d9880 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* parallelizing building of documents

Update Sphinx version as well.

openstackdocstheme renames some variables, so follow the renames. A
couple of variables are also not needed anymore, remove them.

Set openstackdocs_pdf_link to link to PDF file.

Remove docs requirements from lower-constraints, they are not installed.

For more info. please refer [1].
[1] https://review.opendev.org/728938

Change-Id: I90d064e63baa5f067f38a881eb9a556dfb435e97
2020-05-19 15:26:39 +00:00
OpenStack Proposal Bot
63ad6c0ce7 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I18d4f38afbce452f162c40bbcd2a3d9ce6932d00
2020-05-09 07:12:37 +00:00
OpenStack Proposal Bot
15769c05ce Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ib76e6ab4c3fb6f67d394d07300cd330c61a8bf3c
2020-05-05 07:13:45 +00:00
OpenStack Proposal Bot
9c9c3fa36e Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ic0de5ea835a9ad31d09905dc7d37b88cba393583
2020-05-03 06:51:07 +00:00
OpenStack Proposal Bot
e6d04607ea Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I8a5c17c25fbfc5b939bb1552e6f733777a5fe1e7
2020-04-30 07:05:44 +00:00
OpenStack Proposal Bot
58ad91595d Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ifebc77190cd7ba9014035f54f1c05cdb9b2d9bc9
2020-04-28 07:20:42 +00:00
OpenStack Proposal Bot
101167ee10 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ibfc09472b272d55b1dbfc306822064113ecad516
2020-04-27 06:49:13 +00:00
OpenStack Proposal Bot
a802f72e71 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I9693bdaa541930bb7b105c53f99975a8c35f6176
2020-04-26 06:56:27 +00:00
OpenStack Proposal Bot
6644defda0 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I76b31a906ff68c6e3d5dd3af7d3297274df76577
2020-04-19 07:28:17 +00:00
065b033897 Update master for stable/ussuri
Add file to the reno documentation build to show release notes for
stable/ussuri.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/ussuri.

Change-Id: I97f5140020857694b5eda17e8f2c02b9b3066e0c
Sem-Ver: feature
2020-04-17 21:05:50 +00:00
Zuul
b62c49acf5 Merge "Add support for multiple swift storage policies" 2020-04-17 10:06:59 +00:00
Simon Merrick
2735f2c08d Add support for multiple swift storage policies
+ Adds endpoint for listing available policies
+ Support to select a storage policy for new containers
+ Display container storage polcy on dashboard.

Change-Id: I588452fd5d6417859f5dd19ccedcb18f420ab646
2020-04-16 22:18:06 +12:00
OpenStack Proposal Bot
7c895ef32c Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: If0ff2294c0ead0e6b60b31820481fe8f6c0c0b7a
2020-04-16 08:12:36 +00:00
OpenStack Proposal Bot
6d62b03622 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I0ccfc886a15c59577acce10c9fda8382caf4f2a6
2020-04-15 08:11:54 +00:00
Zuul
2842092b87 Merge "Support for Keystone password_lock option" 2020-04-14 15:38:04 +00:00
OpenStack Proposal Bot
32b4b55b88 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I432c53d439784fc25b232238d651bd0b58cab143
2020-04-14 07:31:03 +00:00
vmarkov
7f849239ea Support for Keystone password_lock option
This feature was added in Keystone V3 API. Proposed patch adds support
to Horizon

Co-Authored-By: Ivan Kolodyazhny <e0ne@e0ne.info>
Closes-bug: #1766485
Change-Id: Ic20a58c76826d703b43fa6a2d77ae5f77dcda1f4
2020-04-10 13:22:53 +03:00
OpenStack Proposal Bot
a04b26e96c Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ic12c84ad13a879f1ddca6d35c5bd3ceb24cec721
2020-04-05 07:32:17 +00:00
OpenStack Proposal Bot
63cf09e07e Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Id3df5916054c572d12019b6c8f9ca30d8ce022fb
2020-04-03 07:47:12 +00:00
OpenStack Proposal Bot
87f7abe26e Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ib19b44668fb697a9c18fbb2426e4b73f682edc84
2020-03-31 07:49:52 +00:00
Zuul
0d569a45de Merge "Deprecate legacy way to retrieve neutron usage" 2020-03-29 00:34:33 +00:00
Akihiro Motoki
6ce40aee83 Deprecate legacy way to retrieve neutron usage
neutron 'quota_details' extension was added in Pike to provide
a convenient way to retrieve resource usage in neutron without listing
individual resources. It was added in Pike release and we will have
six releases since then once Ussuri release is shipped. Enough time has
passed to migrate it to the new mechanism, so it is time to deprecate
the legacy way for future cleanup.

Change-Id: Ie0b4613bf9fdcd96481b3bb1139b4fb153bfef83
2020-03-23 14:21:04 +00:00
OpenStack Proposal Bot
7acb68b5c2 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ic9c2ee8991d5b8390dc832fb21471d90b765c9bd
2020-03-21 07:33:36 +00:00
OpenStack Proposal Bot
d8ff9cf0ea Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Icb469e80ce21535eb8e4dc94cd465e8d154d82b1
2020-03-11 07:39:35 +00:00
OpenStack Proposal Bot
9cbbf0947b Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ib76044a7376997236183a1fa14b646e0740b7725
2020-03-02 09:27:59 +00:00
Zuul
a49ff99b61 Merge "Allow to set default instance boot source" 2020-02-18 15:19:11 +00:00
Ivan Kolodyazhny
3e7bc83c4b Allow to set default instance boot source
This introduces a new config option `DEFAULT_BOOT_SOURCE` to allow
operators to configure a default instance boot source.

Change-Id: Ia9b0d1d24ae69958b6606b9a645bd54f70b3aacc
Implements: blueprint default-instance-boot-source
2020-02-18 11:46:39 +02:00
OpenStack Proposal Bot
9d434006b9 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Id85830bdbfba6572af64e7f5088d33b9ad593f6a
2020-02-14 08:47:28 +00:00
OpenStack Proposal Bot
e456500bd5 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ibb66855cc84074e44e802006bce615b0fef140de
2020-01-23 09:09:02 +00:00
OpenStack Proposal Bot
01440a4cb8 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I4385ba30561121505d7eca551e57e97a1085ea3c
2020-01-16 07:45:51 +00:00
OpenStack Proposal Bot
0a4785c489 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Icf653870aaa78af6b85e829bea0773f343405e76
2020-01-09 07:04:20 +00:00
Zuul
767bd569a0 Merge "Deprecate OPENSTACK_NOVA_EXTENSIONS_BLACKLIST" 2020-01-06 15:22:12 +00:00
Akihiro Motoki
a2a3e8b6c3 Drop Django 1.11 support
Django 1.11 support was dropped. Django 1.11 ends its extended support
in April 2020 which is before Ussuri release. Considering this,
horizon dropped Django 1.11 support.

Unnecessary Django version checks in the code are also dropped.

Change-Id: I2c58934f2b026745fbc97a58212b91d149db3657
2019-12-29 06:20:37 +09:00