Horizon UI support for Neutron VPNaaS
Go to file
Akihiro Motoki 66c1e46086 Ensure log messages are not translated
This is VPNaaS dashboard version of the horizon patch
https://review.openstack.org/#/c/455635/.
The horizon patch was merged before VPNaaS dashboard split out,
but unfortunately I failed to import the change.

The following describes the rational of this change
(quoted from the horizon change).
----
Previously translated messages are included in log messages
and it was determined what language is chosen by users.
It makes difficult for operators to understand log messgaes.

This commit tries to use English messages for all log messages.
The following policies are applied based on the past discussions
in the bug 1406333 and related reviews.

- English messages are used for log messages.
- log messages include exception messages if possible
  to help operators identify what happens.
- Use ID rather than name for log messages
  as ID is much more unique compared to name.
- LOG.debug() in success code path are deleted.
  We don't log success messages in most places and API calls to
  back-end services can be logged from python bindings.

Change-Id: I1a37b7ccbfa29cd83456931f7864ad9ce31aa570
Closes-Bug: #1406333
2017-08-09 08:46:45 +00:00
devstack Consume horizon master 2017-06-27 15:54:01 +00:00
doc/source Update openstackdocstheme configuration 2017-06-28 15:26:03 +00:00
neutron_vpnaas_dashboard Ensure log messages are not translated 2017-08-09 08:46:45 +00:00
releasenotes Update openstackdocstheme configuration 2017-06-28 15:26:03 +00:00
tools tox_install: Don't leave IFS set 2017-08-03 03:29:25 +00:00
.gitignore Cleanup test env 2017-05-20 23:07:40 +00:00
.gitreview Add .gitreview 2017-06-20 20:56:08 +09:00
CONTRIBUTING.rst Initial commit 2017-05-20 08:39:06 +09:00
HACKING.rst Initial commit 2017-05-20 08:39:06 +09:00
LICENSE Initial commit 2017-05-20 08:39:06 +09:00
README.rst Initial commit 2017-05-20 08:39:06 +09:00
babel-django.cfg Setup test environment 2017-05-20 11:30:02 +09:00
babel-djangojs.cfg Setup test environment 2017-05-20 11:30:02 +09:00
manage.py Setup test environment 2017-05-20 11:30:02 +09:00
requirements.txt Updated from global requirements 2017-07-27 19:14:47 +00:00
setup.cfg Initial commit 2017-05-20 08:39:06 +09:00
setup.py Initial commit 2017-05-20 08:39:06 +09:00
test-requirements.txt Updated from global requirements 2017-07-27 19:14:47 +00:00
tox.ini Consume horizon master 2017-06-27 15:54:01 +00:00