use oslo.i18n to translate message in kolla

Registered by Lu lei

Now days, The Openstack i18n team has a limited capacity to translate message, so we want to make their work as effective as possible by identifying the most useful text
for them to translate.
See more details: http://docs.openstack.org/developer/oslo.i18n/guidelines.html

As we all known, there are many openstack service have achieved to translate message using oslo.i18n, including nova, neutron, cinder and so on. I think kolla is a important project which is used to deploy openstack. So kolla may achieved to translate message by using oslo.i18n module too.

Here is my plan.
---------------------------------------------
Step 1: To statistic all translate message.

In kolla project, we find some message in LOG.xxx() function and output help message for kolla commands should be use oslo.i18n.
---------------------------------------------
Step2: To statistic all directory file.

I have found all translate message are in kolla directory or docker directory
or in tests directory or in dev directory.
---------------------------------------------
Step3: To ensure which directory need to modify.

Actually, there is no doubt that tests/dev directory needn't to translate messages.
Because there are faced in developers. But what about kolla/docker directory?

Well, when I discussed this question in IRC, there is a argument about docker directory. So I'm sure kolla directory will need to use oslo.i18n.
---------------------------------------------
Step4: To know how to modify.
The oslo.i18n team give a official documents about how to use i18n.And here I give
links:
    http://docs.openstack.org/developer/oslo.i18n/usage.html

So here is conclusion about which directory to modify :
           ~kolla directory (needed)
           ~docker directory (discussing)
           ~dev directory (no need)
           ~tests directory (no need)

Blueprint information

Status:
Not started
Approver:
Martin André
Priority:
Undefined
Drafter:
Lu lei
Direction:
Needs approval
Assignee:
Lu lei
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

Gerrit topic: https://review.openstack.org/#q,topic:bp/kolla-stadium-i18n,n,z

Addressed by: https://review.openstack.org/355342
    Add oslo.i18n module in kolla project

Addressed by: https://review.openstack.org/365829
    Use oslo.i18n to translate messages in kolla project

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.