python-novaclient/novaclient
François Charlier ee4696aaa1 Clean FloatingIPDNS resource
create() and get() are not needed here :
 - it's not the role of the resource to call 'create'.
 - 'get' is here to refresh the resource. There's no mean to retrieve
 for sure the resource (get by IP address *or* by name only).

Change-Id: I97f4c26264b4abd0c1c8cdd91acc23ab6d6d008e
2012-01-03 17:17:31 +01:00
..
keystone Add 'discover' command for Keystone discovery and version listing 2011-12-20 12:33:50 -06:00
v1_1 Clean FloatingIPDNS resource 2012-01-03 17:17:31 +01:00
__init__.py Tests working again...merged in some work we did earlier. 2011-08-03 17:41:33 -04:00
base.py Add list() method to ManagerWithFind 2011-12-22 10:07:00 +01:00
client.py Remove unused imports and fix NameError on exc 2011-12-29 11:10:04 -05:00
exceptions.py new service catalog implementation. 2011-09-26 12:28:43 -07:00
extension.py Extensions can now modify resources. 2011-12-21 19:25:39 +00:00
service_catalog.py minor tweaks and long overdue pep8 2011-10-25 09:34:23 -07:00
shell.py Fix typo in endpoint_name help string 2011-12-30 17:24:52 +01:00
utils.py utils.find_resource fixes + fix for volumes 2011-12-22 12:03:59 +01:00