Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8180118FD8 for ; Sat, 4 Jul 2015 12:41:43 +0000 (UTC) Received: (qmail 68784 invoked by uid 500); 4 Jul 2015 12:41:43 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 68688 invoked by uid 500); 4 Jul 2015 12:41:43 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 68619 invoked by uid 99); 4 Jul 2015 12:41:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jul 2015 12:41:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 90F33DFE11; Sat, 4 Jul 2015 12:41:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pdion891@apache.org To: commits@cloudstack.apache.org Date: Sat, 04 Jul 2015 12:41:47 -0000 Message-Id: <1166f31bc88641f4a9247ad410c00b9c@git.apache.org> In-Reply-To: <0a4b86dd3a964169b85201c0734a9a0c@git.apache.org> References: <0a4b86dd3a964169b85201c0734a9a0c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [6/6] cloudstack-cloudmonkey git commit: remove whitespace. This close #7 remove whitespace. This close #7 Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/b3f276d2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/b3f276d2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/b3f276d2 Branch: refs/heads/master Commit: b3f276d2033c2b10591d1258c978fa6c4a9c0f64 Parents: def2d03 Author: pdion891 Authored: Sat Jul 4 08:31:42 2015 -0400 Committer: pdion891 Committed: Sat Jul 4 08:31:42 2015 -0400 ---------------------------------------------------------------------- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/b3f276d2/Dockerfile ---------------------------------------------------------------------- diff --git a/Dockerfile b/Dockerfile index c6d051b..989e832 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,4 +33,4 @@ RUN mkdir -p /cloudmonkey WORKDIR /cloudmonkey COPY config.docker /cloudmonkey/config -ENTRYPOINT ["cloudmonkey", "-c", "/cloudmonkey/config"] +ENTRYPOINT ["cloudmonkey", "-c", "/cloudmonkey/config"] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/b3f276d2/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c5b6a7e..b92b933 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Please see the [CloudMonkey Wiki](https://cwiki.apache.org/confluence/display/CL ### Using Docker image -The default configuration provided connect to CloudStack managemenent server as container: +The default configuration provided connect to CloudStack managemenent server as container: Enter the CLI: @@ -113,4 +113,4 @@ software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations -under the License. +under the License. \ No newline at end of file