From f94ade23f522a12d25032600aca5aef45aed9c7d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 16 Oct 2015 14:07:15 -0400 Subject: [PATCH] Typofix. --- fedimg/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedimg/util.py b/fedimg/util.py index 6207bae..78601c5 100644 --- a/fedimg/util.py +++ b/fedimg/util.py @@ -77,7 +77,7 @@ def virt_types_from_url(url): return ['hvm', 'paravirtual'] -def region_to_provider(region): +def region_to_driver(region): """ Takes a region name (ex. 'eu-west-1') and returns the appropriate libcloud provider value. """ cls = get_driver(Provider.EC2)