[Python-apps-commits] r8672 - in packages/cloud-init/trunk/debian (changelog control)
plessy at users.alioth.debian.org
plessy at users.alioth.debian.org
Thu May 10 22:34:22 UTC 2012
Date: Thursday, May 10, 2012 @ 22:34:21
Author: plessy
Revision: 8672
Extended cloud-init's description.
Modified:
packages/cloud-init/trunk/debian/changelog
packages/cloud-init/trunk/debian/control
Modified: packages/cloud-init/trunk/debian/changelog
===================================================================
--- packages/cloud-init/trunk/debian/changelog 2012-05-10 22:32:45 UTC (rev 8671)
+++ packages/cloud-init/trunk/debian/changelog 2012-05-10 22:34:21 UTC (rev 8672)
@@ -16,6 +16,7 @@
* Removed unused debian/dirs file.
* Removed grub-legacy-ec2, to be packaged elsewhere, see #672104.
* Priority optional as there is no conflict anymore (debian/control).
+ * Extended cloud-init's description (debian/control).
-- Charles Plessy <plessy at debian.org> Thu, 03 May 2012 13:56:39 +0900
Modified: packages/cloud-init/trunk/debian/control
===================================================================
--- packages/cloud-init/trunk/debian/control 2012-05-10 22:32:45 UTC (rev 8671)
+++ packages/cloud-init/trunk/debian/control 2012-05-10 22:34:21 UTC (rev 8672)
@@ -29,6 +29,11 @@
python-yaml,
${misc:Depends},
${python:Depends}
-Description: init scripts for cloud instances
- Cloud instances need special scripts to run during initialisation
- to retrieve and install ssh keys and to let the user run various scripts.
+Description: configuration and customization of cloud instances
+ System to handle early initialization of a cloud instance. Cloud-init can for
+ example set a default locale and a host name, generate SSH private host keys,
+ add SSH keys to a user's .ssh/authorized_keys so they can log in, and set up
+ ephemeral mount points.
+ .
+ Cloud-init's behavior can be configured via user-data, given by the user at
+ instance launch time.
More information about the Python-apps-commits
mailing list