From ebbffe1e7303a15a9cf00eda77b910a9a1f120e9 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Tue, 7 Jun 2016 07:21:27 -0700 Subject: [PATCH] Update comment from NOTE to TODO A commend had been raised in the review that it should be a TODO. Change-Id: I5fe8451d6375f6377cb1f3425e02193eb408666d --- devstack/upgrade/resources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/upgrade/resources.sh b/devstack/upgrade/resources.sh index f5b1f17963..119ea0163b 100755 --- a/devstack/upgrade/resources.sh +++ b/devstack/upgrade/resources.sh @@ -39,7 +39,7 @@ function early_create { # from ironic-conductor and creates taps between br-int and brbm. # ironic-conductor will be able to access the ironic nodes via this new # network. - # NOTE (vsaienko) use OSC when Neutron commands are supported in the stable + # TODO(vsaienko) use OSC when Neutron commands are supported in the stable # release. local net_id net_id=$(openstack network create --share $NEUTRON_NET -f value -c id)