Activity log for bug #1439367

Date Who What changed Old value New value Message
2015-04-01 19:55:45 Alexey Deryugin bug added bug
2015-04-01 19:55:52 Alexey Deryugin murano: assignee Alexey Deryugin (velovec)
2015-04-01 20:00:43 Alexey Deryugin description Missing requirement gipython in requirements.txt Steps to reproduce bug: 1. Clone latest murano-agent repository 2. Install murano-agent with sample config 3. Start murano-agent Actual result: root@a77ef2081da2:/# /opt/stack/venvs/murano-agent/bin/muranoagent --config-dir /etc/murano Traceback (most recent call last): File "/opt/stack/venvs/murano-agent/bin/muranoagent", line 6, in <module> from muranoagent.cmd.run import main File "/opt/stack/venvs/murano-agent/local/lib/python2.7/site-packages/muranoagent/cmd/run.py", line 31, in <module> from muranoagent import app File "/opt/stack/venvs/murano-agent/local/lib/python2.7/site-packages/muranoagent/app.py", line 28, in <module> from muranoagent import execution_plan_runner File "/opt/stack/venvs/murano-agent/local/lib/python2.7/site-packages/muranoagent/execution_plan_runner.py", line 20, in <module> from muranoagent import files_manager as fm File "/opt/stack/venvs/murano-agent/local/lib/python2.7/site-packages/muranoagent/files_manager.py", line 17, in <module> import git ImportError: No module named git Missing requirement gitpython in requirements.txt Steps to reproduce bug: 1. Clone latest murano-agent repository 2. Install murano-agent with sample config 3. Start murano-agent Actual result: root@a77ef2081da2:/# /opt/stack/venvs/murano-agent/bin/muranoagent --config-dir /etc/murano Traceback (most recent call last):   File "/opt/stack/venvs/murano-agent/bin/muranoagent", line 6, in <module>     from muranoagent.cmd.run import main   File "/opt/stack/venvs/murano-agent/local/lib/python2.7/site-packages/muranoagent/cmd/run.py", line 31, in <module>     from muranoagent import app   File "/opt/stack/venvs/murano-agent/local/lib/python2.7/site-packages/muranoagent/app.py", line 28, in <module>     from muranoagent import execution_plan_runner   File "/opt/stack/venvs/murano-agent/local/lib/python2.7/site-packages/muranoagent/execution_plan_runner.py", line 20, in <module>     from muranoagent import files_manager as fm   File "/opt/stack/venvs/murano-agent/local/lib/python2.7/site-packages/muranoagent/files_manager.py", line 17, in <module>     import git ImportError: No module named git
2015-04-01 20:00:58 Alexey Deryugin tags murano-agent
2015-04-01 20:08:05 Alexey Deryugin murano: status New Confirmed
2015-04-01 21:48:09 Victor Ryzhenkin murano: importance Undecided Critical
2015-04-02 10:36:42 OpenStack Infra murano: status Confirmed In Progress
2015-04-02 10:36:42 OpenStack Infra murano: assignee Alexey Deryugin (velovec) Kirill Zaitsev (kzaitsev)
2015-04-03 12:42:18 OpenStack Infra murano: status In Progress Fix Committed
2015-04-30 20:44:46 Serg Melikyan murano: status Fix Committed Fix Released