commit | 15f7ac73a3f1844f13fdcac93f1f5f355616ebd8 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Sat Jun 07 18:00:16 2014 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Sat Jun 07 18:00:16 2014 -0400 |
tree | 1ce5389462db1a1b45efaa87e7dd0bdd8019fee2 | |
parent | 90cf7c283ec3b9464eeada7cca44b7ce89eb406e [diff] |
Update api_fetch.go The name by default in documentation is "nova". http://docs.openstack.org/icehouse/install-guide/install/apt/content/nova-controller.html This will allow proper selection when using packer.
diff --git a/api_fetch.go b/api_fetch.go index 54ca9be..5cfa2da 100644 --- a/api_fetch.go +++ b/api_fetch.go
@@ -6,6 +6,7 @@ //The default generic openstack api var OpenstackApi = map[string]interface{}{ + "Name": "nova", "UrlChoice": PublicURL, }