nova/nova/api/ec2
Stephen Finucane 5660202ed6 ec2: Remove unused functions from 'ec2utils'
Remove a large number of util functions from the aforementioned modules.
These were identified by searching for matches to functions bottom up,
removing those with new matches, then repeating until no matches were
found. Most of what's left is used by the metadata API and could be
moved there in the future.

An exception that is no longer used is removed. There are some unused
objects also, but these will be removed in a follow-up as their removal
is significantly more involved.

Change-Id: I852648a975745d0327378ffc30f1469a7ce82ca7
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2019-07-10 16:15:19 +01:00
..
__init__.py Remove unnecessary code added for ec2 deprecation 2016-07-20 23:37:11 +05:30
cloud.py Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 13:59:57 +08:00
ec2utils.py ec2: Remove unused functions from 'ec2utils' 2019-07-10 16:15:19 +01:00