config.{authn[0] => kerberos}.realm 0.0.16
authorEvan Broder <broder@mit.edu>
Thu, 11 Dec 2008 04:21:24 +0000 (23:21 -0500)
committerEvan Broder <broder@mit.edu>
Thu, 11 Dec 2008 04:21:24 +0000 (23:21 -0500)
svn path=/trunk/packages/invirt-base/; revision=1836

debian/changelog
scripts/invirt-getconf

index f06235f..69e596b 100644 (file)
@@ -1,3 +1,9 @@
+invirt-base (0.0.16) unstable; urgency=low
+
+  * Don't reference a config field that we no longer use
+
+ -- Evan Broder <broder@mit.edu>  Wed, 10 Dec 2008 23:04:58 -0500
+
 invirt-base (0.0.15) unstable; urgency=low
 
   * Stop trying to stuff the XVM site-specific packages into the invirt
 invirt-base (0.0.15) unstable; urgency=low
 
   * Stop trying to stuff the XVM site-specific packages into the invirt
index 530efd6..86b36b7 100755 (executable)
@@ -13,7 +13,7 @@ the YAML configuration; e.g., they cannot contain dots.)
 Examples:
 
   invirt-getconf db.uri
 Examples:
 
   invirt-getconf db.uri
-  invirt-getconf authn.0.type
+  invirt-getconf hosts.0.ip
 """
 
 from invirt import config
 """
 
 from invirt import config