Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9a8ca3a
)
Remove todo comment
author
Carlos Camacho
<ccamacho@redhat.com>
Sun, 26 Feb 2017 20:44:37 +0000
(21:44 +0100)
committer
Carlos Camacho
<ccamacho@redhat.com>
Sun, 26 Feb 2017 20:45:20 +0000
(21:45 +0100)
We can remove the sprintf todo comment (Already fixed).
Change-Id: I407cbf015ccd23a28ee01a669d397479277b4fd3
manifests/profile/base/nova.pp
patch
|
blob
|
history
diff --git
a/manifests/profile/base/nova.pp
b/manifests/profile/base/nova.pp
index
f7624f9
..
36425f6
100644
(file)
--- a/
manifests/profile/base/nova.pp
+++ b/
manifests/profile/base/nova.pp
@@
-114,8
+114,6
@@
class tripleo::profile::base::nova (
if $step >= 4 or ($step >= 3 and $sync_db) {
$oslomsg_use_ssl_real = sprintf('%s', bool2num(str2bool($oslomsg_use_ssl)))
- # TODO(ccamacho): remove sprintf once we properly type the port, needs
- # to be a string for the os_transport_url function.
class { '::nova' :
default_transport_url => os_transport_url({
'transport' => $oslomsg_rpc_proto,