Update comment from NOTE to TODO

A commend had been raised in the review that it should be a TODO.

Change-Id: I5fe8451d6375f6377cb1f3425e02193eb408666d
This commit is contained in:
John L. Villalovos 2016-06-07 07:21:27 -07:00
parent 3e2bb4fd2f
commit ebbffe1e73
1 changed files with 1 additions and 1 deletions

View File

@ -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)