From 47104fa536695ef3d0a3c4f131f5876fb1c7065f Mon Sep 17 00:00:00 2001 From: Jedrzej Nowak Date: Mon, 1 Feb 2016 16:26:04 +0100 Subject: [PATCH] Added info that our examples require nodes After merging #I245039eac2f78afca8157b033f64e051b9365463 we will need to create nodes before example Change-Id: Iad17dce86ba7e0737489cc1d671eb62cba3563e2 --- doc/source/usage.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 4278db7d..a4197e02 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -10,6 +10,11 @@ The last one is showed in :ref:`tutorial_wordpress`. Examples -------- +.. note:: + + You need to have nodes resources created before running example. You can add them by calling + `solar resource create nodes templates/nodes count=X` where `X` is required nodes number + Each API is used in different examples: Python API