|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] XendRoot.py:
ChangeSet 1.1610, 2005/05/31 14:36:04+01:00, cl349@xxxxxxxxxxxxxxxxxxxx
XendRoot.py:
Fix get_xend_relocation_port comment.
Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
XendRoot.py | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/tools/python/xen/xend/XendRoot.py
b/tools/python/xen/xend/XendRoot.py
--- a/tools/python/xen/xend/XendRoot.py 2005-05-31 12:03:28 -04:00
+++ b/tools/python/xen/xend/XendRoot.py 2005-05-31 12:03:28 -04:00
@@ -288,7 +288,7 @@
return self.get_config_value('xend-address', self.xend_address_default)
def get_xend_relocation_address(self):
- """Get the address xend listens at for its HTTP and event ports.
+ """Get the address xend listens at for its relocation server port.
This defaults to the empty string which allows all hosts to connect.
If this is set to 'localhost' only the localhost will be able to
connect
to the HTTP and event ports.
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
|
|
|
|