diff --git a/actions/ceilometer_contexts.py b/actions/ceilometer_contexts.py index ca556f6..6c03421 120000 --- a/actions/ceilometer_contexts.py +++ b/actions/ceilometer_contexts.py @@ -1 +1 @@ -../ceilometer_contexts.py \ No newline at end of file +../lib/ceilometer_contexts.py \ No newline at end of file diff --git a/actions/ceilometer_hooks.py b/actions/ceilometer_hooks.py new file mode 120000 index 0000000..b55df6c --- /dev/null +++ b/actions/ceilometer_hooks.py @@ -0,0 +1 @@ +../hooks/ceilometer_hooks.py \ No newline at end of file diff --git a/actions/ceilometer_utils.py b/actions/ceilometer_utils.py index 5920356..e333253 120000 --- a/actions/ceilometer_utils.py +++ b/actions/ceilometer_utils.py @@ -1 +1 @@ -../ceilometer_utils.py \ No newline at end of file +../lib/ceilometer_utils.py \ No newline at end of file diff --git a/hooks/ceilometer_contexts.py b/hooks/ceilometer_contexts.py index ca556f6..6c03421 120000 --- a/hooks/ceilometer_contexts.py +++ b/hooks/ceilometer_contexts.py @@ -1 +1 @@ -../ceilometer_contexts.py \ No newline at end of file +../lib/ceilometer_contexts.py \ No newline at end of file diff --git a/hooks/ceilometer_utils.py b/hooks/ceilometer_utils.py index 5920356..e333253 120000 --- a/hooks/ceilometer_utils.py +++ b/hooks/ceilometer_utils.py @@ -1 +1 @@ -../ceilometer_utils.py \ No newline at end of file +../lib/ceilometer_utils.py \ No newline at end of file diff --git a/ceilometer_contexts.py b/lib/ceilometer_contexts.py similarity index 100% rename from ceilometer_contexts.py rename to lib/ceilometer_contexts.py diff --git a/ceilometer_utils.py b/lib/ceilometer_utils.py similarity index 100% rename from ceilometer_utils.py rename to lib/ceilometer_utils.py