aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-27 14:40:38 +0000
committerGerrit Code Review <review@openstack.org>2017-02-27 14:40:38 +0000
commit93a58e00b62662714b8d90937be499b53961c408 (patch)
treea766ca27427c96c756bda923e0a04d4b0c629d6c /manifests
parent41a4b3e8aa98e0e4027028abd83946603d8406d9 (diff)
parent9282075728fde89c4c56828b08134cf8a50878bd (diff)
Merge "Remove todo comment"
Diffstat (limited to 'manifests')
-rw-r--r--manifests/profile/base/nova.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/profile/base/nova.pp b/manifests/profile/base/nova.pp
index f7624f9..36425f6 100644
--- 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,