python-openstackclient/openstackclient/compute/v2
Dean Troyer dfb0e3e3c1 Begin Python 3 compatability
* use six.iteritems()
* replace basestring with six.string_types
* convert print statements to functions (they're all debugging and should
  be removed eventually anyway)

* clean up OpenStack copyright: LLC -> Foundation

Change-Id: Icb14212bcb408e63816bfec3922a697bc1a6c946
2013-07-29 19:12:29 -05:00
..
__init__.py Standardize on a copyright header and ensure all files have them. 2013-01-24 12:02:23 -06:00
agent.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
aggregate.py Add aggregate commands 2013-07-19 15:37:10 -05:00
console.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
fixedip.py Remove api = apiName calls from each method 2013-07-12 11:07:33 -05:00
flavor.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
floatingip.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
floatingippool.py Remove api = apiName calls from each method 2013-07-12 11:07:33 -05:00
host.py Remove api = apiName calls from each method 2013-07-12 11:07:33 -05:00
hypervisor.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
keypair.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
server.py Begin Python 3 compatability 2013-07-29 19:12:29 -05:00
service.py Remove api = apiName calls from each method 2013-07-12 11:07:33 -05:00
usage.py Add usage command for compute api 2013-07-26 00:12:04 -05:00