python-novaclient/novaclient/v1_1
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
..
contrib Making contrib a Python package 2011-12-15 22:39:22 +00:00
__init__.py Cleaned up v1.0 and v1.1 test setup to remove globals and encapsulate custom asserts. Still duplicate code, but closer to being able to remove. Now tests set up OpenStackClient much closer to how users will do it, minus the stubbing of the client. 2011-08-04 09:13:46 -04:00
base.py Extensions can now modify resources. 2011-12-21 19:25:39 +00:00
client.py Add the python api for floating IP DNS. 2011-12-29 16:22:25 -06:00
flavors.py Tests working again...merged in some work we did earlier. 2011-08-03 17:41:33 -04:00
floating_ip_dns.py Clean FloatingIPDNS resource 2012-01-03 17:17:31 +01:00
floating_ips.py Add missing returns and remove superfluous ones 2011-12-30 17:40:02 +01:00
images.py Add missing returns and remove superfluous ones 2011-12-30 17:40:02 +01:00
keypairs.py Accept 1 and 2 as version choices 2011-12-14 14:44:26 -05:00
limits.py Adding 'absolute-limits' and 'rate-limits' 2011-12-09 14:19:24 -05:00
quotas.py Add missing returns and remove superfluous ones 2011-12-30 17:40:02 +01:00
security_group_rules.py Add missing returns and remove superfluous ones 2011-12-30 17:40:02 +01:00
security_groups.py Add missing returns and remove superfluous ones 2011-12-30 17:40:02 +01:00
servers.py Add missing returns and remove superfluous ones 2011-12-30 17:40:02 +01:00
shell.py Merge "Allow to not specify image if block_device_mapping is set" 2011-12-27 20:09:25 +00:00
volume_snapshots.py Add missing returns and remove superfluous ones 2011-12-30 17:40:02 +01:00
volumes.py Add missing returns and remove superfluous ones 2011-12-30 17:40:02 +01:00
zones.py Extensions can now modify resources. 2011-12-21 19:25:39 +00:00