2 Commits

Author SHA1 Message Date
Lin Tan
8cfda12f3f Make print_list accept a list of dict
Print_list() only accept a list of objects, it is useful to accept
a list of dicts

Change-Id: Icd4e37c88e8f88e67e66f8212fe5ed22e1c19b24
2015-11-17 09:23:32 -08:00
Lin Tan
4d966622ef Sync with oslo-incubator
According to the latest agreement in Oslo team, apiclient and
clituils will be removed from Oslo incubator. We should keep
the local copy by ourselfs:
1. rename openstack/common/apiclient to common/apiclient
2. Because Ironic only use base.py and exception.py, so delete others.
3. rename openstack/common/cliutils.py to common/clituils.py
4. Delete openstack/common/_i18n becuase we have common/i18n.py
5. Delete openstack folder because it is empty
6. Add related unit tests and add oslotest to test-requirements.

Change-Id: I9eecd0457e86e82e65db1d0bc9a4c5c0ed4bbf74
2015-11-17 09:22:53 -08:00