From 9f90f66de7b21ea5c0ec7db5c3ff94cca6b67675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowak?= Date: Mon, 5 Oct 2015 16:42:38 +0200 Subject: [PATCH] added info about orch stuff + openstack example --- examples/openstack/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/openstack/README.md b/examples/openstack/README.md index 7bfcf823..d33f827e 100644 --- a/examples/openstack/README.md +++ b/examples/openstack/README.md @@ -7,3 +7,6 @@ You need to run it from main solar directory. To deploy run: To clean nodes, run: `python examples/openstack/openstack.py undeploy` + + +#### Currently this example does not use solar orchestration. We will change it in near future. For now just don't run `solar orch` or `solar changes` stuff with this example.