Removed most of the cloud foundry stuff from the docs
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/33dcec81 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/33dcec81 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/33dcec81 Branch: refs/heads/0.5.0 Commit: 33dcec810de9b77959b356aab671b4568c6adedb Parents: 754897f Author: Peter Veentjer <[email protected]> Authored: Fri Apr 19 14:59:45 2013 +0300 Committer: Peter Veentjer <[email protected]> Committed: Fri Apr 19 14:59:45 2013 +0300 ---------------------------------------------------------------------- examples/global-web-fabric/README.txt | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/33dcec81/examples/global-web-fabric/README.txt ---------------------------------------------------------------------- diff --git a/examples/global-web-fabric/README.txt b/examples/global-web-fabric/README.txt index 700145c..f2e017e 100644 --- a/examples/global-web-fabric/README.txt +++ b/examples/global-web-fabric/README.txt @@ -9,9 +9,6 @@ and you are in this directory. Adjust to taste for other configurations. # Launch the app in aws-ec2 regions eu-west-1 and us-east-1 brooklyn launch --app brooklyn.demo.GlobalWebFabricExample --location "aws-ec2:eu-west-1,aws-ec2:us-east-1" - # Launch the app in aws-ec2 regions eu-west-1 and us-east-1, and use an AppFog cloudfoundry account in AWS US-West - brooklyn launch --app brooklyn.demo.GlobalWebFabricExample --location "aws-ec2:eu-west-1,aws-ec2:us-east-1,cloudfoundry:https://api.aws.af.cm/" - --- The aws-ec2 credentials are retrieved from ~/.brooklyn/brooklyn.properties @@ -20,10 +17,4 @@ This file should contain something like: brooklyn.jclouds.aws-ec2.identity=AKA50M30N3S1DFR0MAW55 brooklyn.jclouds.aws-ec2.credential=aT0Ps3cr3tC0D3wh1chAW5w1llG1V3y0uTOus333 -Brooklyn defaults to using ~/.ssh/id_rsa and ~/.ssh/id_rsa.pub. - -For Cloud Foundry you must have an AppFog account set up and the CloudFoundry client configured and on the path. - ---- - -For more information, please visit: http://brooklyncentral.github.com/use/examples/global-web-fabric/ +Brooklyn defaults to using ~/.ssh/id_rsa and ~/.ssh/id_rsa.pub. \ No newline at end of file
