From 441a2b2d776a68efefb61a6cfdc0ff127d2c6ac0 Mon Sep 17 00:00:00 2001 From: Lvjiawei Date: Wed, 23 Mar 2016 21:03:52 +0800 Subject: [PATCH] Summary:Correct a small defect in doc of salt/modules/nova.py --- salt/modules/nova.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/nova.py b/salt/modules/nova.py index 61df8d0819..48e22e19e2 100644 --- a/salt/modules/nova.py +++ b/salt/modules/nova.py @@ -12,7 +12,7 @@ Module for handling OpenStack Nova calls keystone.tenant: admin keystone.auth_url: 'http://127.0.0.1:5000/v2.0/' # Optional - keystone.region_name: 'regionOne' + keystone.region_name: 'RegionOne' If configuration for multiple OpenStack accounts is required, they can be set up as different configuration profiles: