Updagrade error message for multiple clouds
[kamaki] / Changelog
index a3e3cbd..6692d3c 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -55,9 +55,10 @@ Changes:
 - Add a _format_image_headers method and use it in image_register and get_meta
     for uniform image meta output [#3797]
 - Rename meta-->metadata and remove values @lib [#3633]
-- Adjust astakos authenticate to the new url shchem of synnefo >= 0.14 [#3832, #3874]
+- Adjust authenticate to new url schema of synnefo>=0.14 [#3832, #3874]
   as a side effect, some renamings in astakos.AstakosClient:
    info --> user_info, user --> list_users
+- Modify command spec inits to use multiple clouds and explicit URLs [#3934]
 
 Features:
 
@@ -81,8 +82,14 @@ Features:
 - Expand runtime args of image register for managing metadata and metada file
     dumps and loads [#3797]
 - Add server-firewall-get command to get a VMs firewall profile
-- Implement an optional astakosclient cli exposed as "astakos", with the following methods:
+- Implement an optional astakosclient cli exposed as "astakos", with the
+  following methods:
     authenticate, uuid, username, quotas, service uuid/username/quotas
-- Add some astakos/keystone kamaki-lib api calls [#3874], used to access astakos-calls cache:
+- Add some astakos/keystone kamaki-lib api calls [#3874], used to access
+  astakos-calls cache:
   get_services, get_service_details, get_service_endpoints
+- Implement --cloud arg to switch between clouds [#3913]
+- Automatically discover service endpoints by following the auth_url config
+  variable If auth_url not set, use <service>.url explicit endpoint instead
+- Apply new config file format (v3), auto-convert old files [#3934]