Improve consumption of oslo code
Horizon currently have a copy of the oslo code in the openstack_
Blueprint information
- Status:
- Complete
- Approver:
- David Lyle
- Priority:
- Medium
- Drafter:
- Lin Hua Cheng
- Direction:
- Approved
- Assignee:
- Lin Hua Cheng
- Definition:
- Approved
- Series goal:
- Accepted for kilo
- Implementation:
-
Implemented
- Milestone target:
-
2015.1.0
- Started by
- Felipe Reyes
- Completed by
- Lin Hua Cheng
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Replace timeutils from openstack-common with oslo.utils
Addressed by: https:/
Replace excutils from openstack-common with oslo.utils
[Lin Oct-2-2014] freyes: I haven't seen much activity for a while on this patch, are you still interested to work on it? If not, I like to work on it. Let me know. Thanks
[Lin Oct-7-2014] Here are the work needed:
Use the code oslo.utils and remove the copy in horizon:
- excutils
- importutils
- strutils
- timeutils
Use the code from oslo.i18n and remove the copy in horizon:
- gettextutils
Update the copy from oslo-incubator:
- fileutils
- local
- log
- policy
Use the code from oslo.serialization
- jsonutils
[Lin Oct-7-2014] I've been trying to reach out to freyes through IRC and mail, I plan to work on this if I still don't get a response.
Addressed by: https:/
Add graduated oslo code to requirements
Addressed by: https:/
Use timeutils from oslo.utils
Addressed by: https:/
Use strutils from oslo.utils
Addressed by: https:/
Sync oslo-incubator for fileutils, log and policy
Addressed by: https:/
Migrate jsonutils to oslo.serializer
Addressed by: https:/
Use strutils from oslo.utils
Addressed by: https:/
Use timeutils from oslo.utils
Addressed by: https:/
Use importutils from oslo.utils