[Python-apps-commits] r9388 - in packages/cloud-init/trunk/debian (changelog control)

acid at users.alioth.debian.org acid at users.alioth.debian.org
Mon Jan 28 17:05:02 UTC 2013


    Date: Monday, January 28, 2013 @ 17:04:59
  Author: acid
Revision: 9388

Update description (Closes: #695326)

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	2013-01-28 17:04:53 UTC (rev 9387)
+++ packages/cloud-init/trunk/debian/changelog	2013-01-28 17:04:59 UTC (rev 9388)
@@ -16,6 +16,7 @@
     check_output method.
   * Drop CDBS
   * Add init scripts
+  * Update description (Closes: #695326)
 
  -- Julien Danjou <acid at debian.org>  Mon, 28 Jan 2013 10:49:10 +0100
 

Modified: packages/cloud-init/trunk/debian/control
===================================================================
--- packages/cloud-init/trunk/debian/control	2013-01-28 17:04:53 UTC (rev 9387)
+++ packages/cloud-init/trunk/debian/control	2013-01-28 17:04:59 UTC (rev 9388)
@@ -35,10 +35,13 @@
          ${misc:Depends},
          ${python:Depends}
 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.
+ Framework and tool written in Python 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.
+ .
+ See upstream project for more details:
+ https://help.ubuntu.com/community/CloudInit




More information about the Python-apps-commits mailing list