Tidy up - Primitive

Some Python class and packages need to be renamed
for a better compliance with the shared terminology
which provides a better understanding of Watcher
objects and components by every contributor.

This patchset is there to change
Primitive to Primitives.
Add BasePrimitive.

Partially implements: blueprint glossary-related-refactoring

Change-Id: I839bddd12b5320b338b2f207d74963afa23de522
This commit is contained in:
Jean-Emile DARTOIS
2015-12-07 11:36:22 +01:00
parent 64747cad1f
commit f98e96da42
13 changed files with 71 additions and 55 deletions

View File

@@ -18,7 +18,7 @@
#
import mock
import time
from watcher.applier.primitive.wrapper.nova_wrapper import NovaWrapper
from watcher.applier.primitives.wrapper.nova_wrapper import NovaWrapper
from watcher.common import utils
from watcher.tests import base