summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-10-04 18:11:17 +0200
committerManuel Buil <mbuil@suse.com>2017-10-04 18:26:33 +0200
commitec0b6245f856d34845b36d0b1b5c2cd63c86b03b (patch)
tree541dad8d7f7479b5a3890a0ee68a1f04aa45fa9e /modules
parentf9fe2c801bc5420d17a36a3b43923b04b26e50fd (diff)
Do not use capital letters to refer to osa
As agreed with the releng-xci, we should stop using OSA and start using osa to refer to openstack-ansible Change-Id: I201b360654b9a52a3387c5e473a3e448a900bb9f Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'modules')
-rw-r--r--modules/opnfv/deployment/factory.py4
-rw-r--r--modules/opnfv/deployment/osa/__init__.py (renamed from modules/opnfv/deployment/OSA/__init__.py)0
-rw-r--r--modules/opnfv/deployment/osa/adapter.py (renamed from modules/opnfv/deployment/OSA/adapter.py)0
3 files changed, 2 insertions, 2 deletions
diff --git a/modules/opnfv/deployment/factory.py b/modules/opnfv/deployment/factory.py
index 55fb2e2e3..e14783fe2 100644
--- a/modules/opnfv/deployment/factory.py
+++ b/modules/opnfv/deployment/factory.py
@@ -11,7 +11,7 @@
from opnfv.deployment.apex import adapter as apex_adapter
from opnfv.deployment.compass import adapter as compass_adapter
from opnfv.deployment.fuel import adapter as fuel_adapter
-from opnfv.deployment.OSA import adapter as osa_adapter
+from opnfv.deployment.osa import adapter as osa_adapter
from opnfv.utils import opnfv_logger as logger
logger = logger.Logger(__name__).getLogger()
@@ -19,7 +19,7 @@ logger = logger.Logger(__name__).getLogger()
class Factory(object):
- INSTALLERS = ["fuel", "apex", "compass", "joid", "daisy", "OSA"]
+ INSTALLERS = ["fuel", "apex", "compass", "joid", "daisy", "osa"]
def __init__(self):
pass
diff --git a/modules/opnfv/deployment/OSA/__init__.py b/modules/opnfv/deployment/osa/__init__.py
index e69de29bb..e69de29bb 100644
--- a/modules/opnfv/deployment/OSA/__init__.py
+++ b/modules/opnfv/deployment/osa/__init__.py
diff --git a/modules/opnfv/deployment/OSA/adapter.py b/modules/opnfv/deployment/osa/adapter.py
index e98526cad..e98526cad 100644
--- a/modules/opnfv/deployment/OSA/adapter.py
+++ b/modules/opnfv/deployment/osa/adapter.py