You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2016/01/05 12:16:31 UTC

[09/10] incubator-brooklyn git commit: Update command to examine policy to be more succinct by using its ID.

Update command to examine policy to be more succinct by using its ID.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/d1cbb368
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/d1cbb368
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/d1cbb368

Branch: refs/heads/master
Commit: d1cbb3680e67fa86aecce67445244430461ab617
Parents: 3cc6115
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Wed Dec 23 17:55:20 2015 +0000
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Wed Dec 23 17:55:20 2015 +0000

----------------------------------------------------------------------
 brooklyn-docs/guide/start/policies.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d1cbb368/brooklyn-docs/guide/start/policies.md
----------------------------------------------------------------------
diff --git a/brooklyn-docs/guide/start/policies.md b/brooklyn-docs/guide/start/policies.md
index 2fef9b6..2de509b 100644
--- a/brooklyn-docs/guide/start/policies.md
+++ b/brooklyn-docs/guide/start/policies.md
@@ -87,10 +87,10 @@ Id         Name                                                      State
 mMZngBnb   org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy   RUNNING   
 {% endhighlight %}
 
-You can investigate the status of the `AutoScalerPolicy` with 
+You can investigate the status of the `AutoScalerPolicy` with its name or, more succinctly, its ID:
 
 {% highlight yaml %}
-$ br app cluster ent webcluster policy org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy
+$ br app cluster ent webcluster policy mMZngBnb
 "RUNNING"
 {% endhighlight %}