Revert "Removing deprecated/unused/outdated code"
This reverts commit 9f40121f66e644ddf700720d8d4bdf464f6dd414.
Change-Id: I3a414c4f253285c87b662af89ec418b762c0c44b
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
diff --git a/charms/layers/openmano/config.yaml b/charms/layers/openmano/config.yaml
new file mode 100644
index 0000000..6c8e250
--- /dev/null
+++ b/charms/layers/openmano/config.yaml
@@ -0,0 +1,9 @@
+options:
+ repository:
+ type: string
+ default: "https://osm.etsi.org/gerrit/osm/RO.git"
+ description: "The Git repository to install OpenMano from."
+ branch:
+ type: string
+ default: "master"
+ description: "The Git branch to install."