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 3399F100EF for ; Wed, 28 Aug 2013 16:37:34 +0000 (UTC) Received: (qmail 92569 invoked by uid 500); 28 Aug 2013 16:37:33 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 91084 invoked by uid 500); 28 Aug 2013 16:37:29 -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 91076 invoked by uid 99); 28 Aug 2013 16:37:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 16:37:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1A8A3320136; Wed, 28 Aug 2013 16:37:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jtomechak@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 3c00af3 Date: Wed, 28 Aug 2013 16:37:28 +0000 (UTC) Updated Branches: refs/heads/master 7e7af7d6f -> 3c00af37e CLOUDSTACK-3298. DOC. New upper limit on userdata for a VM. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3c00af37 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3c00af37 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3c00af37 Branch: refs/heads/master Commit: 3c00af37e832b8fdca2a41bdf338ddc81d50ad33 Parents: 7e7af7d Author: Jessica Authored: Wed Aug 28 09:36:25 2013 -0700 Committer: Jessica Committed: Wed Aug 28 09:37:08 2013 -0700 ---------------------------------------------------------------------- docs/en-US/user-data-and-meta-data.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3c00af37/docs/en-US/user-data-and-meta-data.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/user-data-and-meta-data.xml b/docs/en-US/user-data-and-meta-data.xml index 3f03449..3400701 100644 --- a/docs/en-US/user-data-and-meta-data.xml +++ b/docs/en-US/user-data-and-meta-data.xml @@ -24,7 +24,7 @@
User Data and Meta Data - &PRODUCT; provides API access to attach user data to a deployed VM. Deployed VMs also have access to instance metadata via the virtual router. + &PRODUCT; provides API access to attach up to 32KB of user data to a deployed VM. Deployed VMs also have access to instance metadata via the virtual router. User data can be accessed once the IP address of the virtual router is known. Once the IP address is known, use the following steps to access the user data: Run the following command to find the virtual router.