← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1598655] Re: Need to remove unused codes in paths.py

 

Sorry my mistake, This fix is on the way..
https://review.openstack.org/#/c/299236/8..1/nova/conf/paths.py

** Changed in: nova
       Status: New => Invalid

** Changed in: nova
     Assignee: SamP (sampath-priyankara) => (unassigned)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1598655

Title:
  Need to remove unused codes in paths.py

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  In following fix,
  https://review.openstack.org/#/c/259406/
  markus_z marked these codes need to remove in separate patch.

  In nova/nova/conf/paths.py,
  # TODO(markus_z): This needs to be removed in a new patch. No one uses this.
  def basedir_rel(*args):
     :omitted for simplicity
  # TODO(markus_z): This needs to be removed in a new patch. No one uses this.
  def bindir_rel(*args):
     :omitted for simplicity
  # TODO(markus_z): This needs to be removed in a new patch. No one uses this.
  def state_path_rel(*args):
     :omitted for simplicity

  No one using them and codes are still there.
  IMHO, need to remove them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1598655/+subscriptions


References