From 354cb4bb470e0465c0df1b5f438940a01a50cd4c Mon Sep 17 00:00:00 2001 From: Joseph Hall Date: Fri, 1 Nov 2013 22:14:39 -0600 Subject: [PATCH] Updating capitalization --- salt/modules/nova.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/modules/nova.py b/salt/modules/nova.py index 6524269fba..127730418f 100644 --- a/salt/modules/nova.py +++ b/salt/modules/nova.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ''' -Module for handling openstack nova calls. +Module for handling OpenStack Nova calls. :depends: - novaclient Python module :configuration: This module is not usable until the user, password, tenant, and @@ -14,7 +14,7 @@ Module for handling openstack nova calls. # Optional keystone.region_name: 'regionOne' - If configuration for multiple openstack accounts is required, they can be + If configuration for multiple OpenStack accounts is required, they can be set up as different configuration profiles: For example::