Commit Graph

9 Commits

Author SHA1 Message Date
zhurong fb32c17d93 Remove the unused install venv scriptes
We can simply create the venv just use "tox -evenv".

Change-Id: Ib9e7ae9827f522491ddad3000926624b203c0e98
2017-12-04 13:29:50 +08:00
Bo Wang 8b5fcdb21f Remove incorrectly used "# flake8: noqa"
"# flake8: noqa" option disables all checks for the whole file.
To disable one line we should use "# noqa".
Remove unused "# flake8: noqa" and fix hidden hacking errors.

Change-Id: I8b26cb0e7e5ad4a838099c7aa3ced31b96f28ca2
Closes-Bug: #1540254
2016-02-18 19:37:56 +08:00
Kirill Zaitsev 26455ee925 Cap pip to <8 for dsvm job
Also update hooks to use murano install_venv and update script to fix
all the typos

Co-Authored-By: Nikolay Starodubtsev <starodubcevna@gmail.com>
Co-Authored-By: Victor Ryzhenkin <vryzhenkin@mirantis.com>
Closes-Bug: #1536614
Change-Id: I17de28570d543d30e80d41113425e32b0f4c26b2
2016-01-21 16:24:06 +03:00
Bo Wang 2b5697f9be Fix python 2 and 3 compatibility issue with six
httplib and ConfigParser are available in python2 but
not in python3.
ref:http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html

Targets blueprint: murano-python-3-support
Change-Id: I5164c9208f1626ea60cde47ded6cd74fbff919fd
2016-01-19 00:07:54 +08:00
Lin Yang cfe99f0775 Remove all vim modelines
Vim modelines should not be used in OpenStack project any longer [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/2013-October/017353.html

Change-Id: I6183fc422245e3d87cb9e2da6f8d584787e2d423
2015-07-09 22:07:49 +08:00
Ankur Rishi 69396e7533 Fix missing function error in install_venv
The previous commit, 3362ee1337,
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
2014-04-16 19:59:54 +00:00
Serg Melikyan 072b593de6 Migrated to Murano Common
Replaced old RabbitMQ code over amqplib to Murano Common MqClient

Change-Id: Icf721f9304f65df02231bde77c8472fd6e20c90d
2013-07-25 15:59:45 +04:00
Stan Lagun f145391f03 KEERO-315 - Fix all occurrences of old names (keero, glazier) in REST API 2013-04-25 10:13:42 +04:00
Serg Melikyan 33a0a171a3 Removed all projects except Glazier Api 2013-04-09 13:25:02 +04:00