From ec574f2aa4679ddac069810f8394e6e7b9dd9362 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 4 May 2016 21:28:27 +0000 Subject: [PATCH] Rejig directories --- charm/actions.yaml => actions.yaml | 0 {charm/actions => actions}/run-tempest | 0 {charm/actions => actions}/run-tempest.py | 0 charm/config.yaml => config.yaml | 0 {charm/hooks => hooks}/install | 0 {charm/hooks => hooks}/install.real | 0 charm/layer.yaml => layer.yaml | 0 {charm/lib => lib}/charm/openstack/tempest.py | 0 charm/metadata.yaml => metadata.yaml | 0 {charm/reactive => reactive}/handlers.py | 0 {charm/templates => templates}/pip.conf | 0 {charm/templates => templates}/tempest.conf | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename charm/actions.yaml => actions.yaml (100%) rename {charm/actions => actions}/run-tempest (100%) rename {charm/actions => actions}/run-tempest.py (100%) rename charm/config.yaml => config.yaml (100%) rename {charm/hooks => hooks}/install (100%) rename {charm/hooks => hooks}/install.real (100%) rename charm/layer.yaml => layer.yaml (100%) rename {charm/lib => lib}/charm/openstack/tempest.py (100%) rename charm/metadata.yaml => metadata.yaml (100%) rename {charm/reactive => reactive}/handlers.py (100%) rename {charm/templates => templates}/pip.conf (100%) rename {charm/templates => templates}/tempest.conf (100%) diff --git a/charm/actions.yaml b/actions.yaml similarity index 100% rename from charm/actions.yaml rename to actions.yaml diff --git a/charm/actions/run-tempest b/actions/run-tempest similarity index 100% rename from charm/actions/run-tempest rename to actions/run-tempest diff --git a/charm/actions/run-tempest.py b/actions/run-tempest.py similarity index 100% rename from charm/actions/run-tempest.py rename to actions/run-tempest.py diff --git a/charm/config.yaml b/config.yaml similarity index 100% rename from charm/config.yaml rename to config.yaml diff --git a/charm/hooks/install b/hooks/install similarity index 100% rename from charm/hooks/install rename to hooks/install diff --git a/charm/hooks/install.real b/hooks/install.real similarity index 100% rename from charm/hooks/install.real rename to hooks/install.real diff --git a/charm/layer.yaml b/layer.yaml similarity index 100% rename from charm/layer.yaml rename to layer.yaml diff --git a/charm/lib/charm/openstack/tempest.py b/lib/charm/openstack/tempest.py similarity index 100% rename from charm/lib/charm/openstack/tempest.py rename to lib/charm/openstack/tempest.py diff --git a/charm/metadata.yaml b/metadata.yaml similarity index 100% rename from charm/metadata.yaml rename to metadata.yaml diff --git a/charm/reactive/handlers.py b/reactive/handlers.py similarity index 100% rename from charm/reactive/handlers.py rename to reactive/handlers.py diff --git a/charm/templates/pip.conf b/templates/pip.conf similarity index 100% rename from charm/templates/pip.conf rename to templates/pip.conf diff --git a/charm/templates/tempest.conf b/templates/tempest.conf similarity index 100% rename from charm/templates/tempest.conf rename to templates/tempest.conf