Comment 0 for bug 1263940

Revision history for this message
Sasikanth Eda (sasikanth) wrote :

Hi,

This error is seen during creation of virtual environment in tempest (devstack).

ubuntu@openstack:/opt/stack/tempest$ ./run_tests.sh -V
- - - - - - -
- - - - - - -

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