AttributeError: 'InstallVenv' object has no attribute 'post_process'

Bug #1307705 reported by Ankur Rishi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Murano
Fix Released
Medium
Ankur Rishi

Bug Description

On a fresh checkout of the murano-api code, I get the following output when running "python tools/install_venv.py", at the very end:

===========
Cleaning up...
Traceback (most recent call last):
  File "tools/install_venv.py", line 79, in <module>
    main(sys.argv)
  File "tools/install_venv.py", line 75, in main
    install.post_process()
AttributeError: 'InstallVenv' object has no attribute 'post_process'
===========

It appears that the function "post_process()" used to be defined in the file named install_venv_common.py at some point, but got removed later.

Steve McLellan (sjmc7)
tags: added: low-hanging-fruit
Changed in murano:
importance: Undecided → Medium
status: New → Confirmed
tags: added: discuss-on-bug-scrub
Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to murano-api (master)

Reviewed: https://review.openstack.org/88074
Committed: https://git.openstack.org/cgit/stackforge/murano-api/commit/?id=69396e75332b5f6caf7a22ad2d1aa15a18d7fdf8
Submitter: Jenkins
Branch: master

commit 69396e75332b5f6caf7a22ad2d1aa15a18d7fdf8
Author: Ankur Rishi <email address hidden>
Date: Wed Apr 16 19:53:54 2014 +0000

    Fix missing function error in install_venv

    The previous commit, 3362ee1337d47ab8930407c58311a811d471a7a4,
    a sync with Openstack Common, removed all definitions of the
    post_process() function from the Distro class and all of its
    child classes in install_venv_common.py.

    This fix simply removes the call to the function in
    install_venv.py

    The issue is similar to #1263940 in tempest:
    https://bugs.launchpad.net/tempest/+bug/1263940

    Change-Id: Iedd0c29789c4b2ab9be880f9bd320b39a9bdd277
    Closes-Bug: #1307705

Changed in murano:
status: Confirmed → Fix Committed
Changed in murano:
status: Fix Committed → Fix Released
assignee: nobody → Ankur Rishi (ankur-rishi)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.