Wrong default in docstring
authorMikeG451 <mg6596@att.com>
Tue, 8 Nov 2016 15:30:50 +0000 (15:30 +0000)
committerMikeG451 <mg6596@att.com>
Tue, 8 Nov 2016 15:37:50 +0000 (15:37 +0000)
Update default doc default for bind_host to match previous change
http://review.openstack.org/386817/

Change-Id: Iff048ba7152c1b7e945f284311215c8f872c1409
Closes-bug: #1640104

manifests/ui.pp

index 41ad8d6..27e3e50 100644 (file)
@@ -25,7 +25,7 @@
 #
 # [*bind_host*]
 #  The host/ip address Apache will listen on.
-#  Optional. Defaults to undef (listen on all ip addresses).
+#  Optional. Defaults to hiera('controller_host')
 #
 # [*ui_port*]
 #  The port on which the UI is listening.