error in fuel-devops 3.0.3

Bug #1636215 reported by vnaumov
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
New
High
Dennis Dmitriev

Bug Description

fuel-devops 3.0.3

failed on step "dos.py sync"
++ dos.py sync
Traceback (most recent call last):
  File "/home/jenkins/90-venv/bin/dos.py", line 22, in <module>
    shell.main()
  File "/home/jenkins/90-venv/local/lib/python2.7/site-packages/devops/shell.py", line 523, in main
    shell.execute()
  File "/home/jenkins/90-venv/local/lib/python2.7/site-packages/devops/shell.py", line 47, in execute
    command_method()
  File "/home/jenkins/90-venv/local/lib/python2.7/site-packages/devops/shell.py", line 104, in do_sync
    self.client.synchronize_all()
  File "/home/jenkins/90-venv/local/lib/python2.7/site-packages/devops/client/client.py", line 38, in synchronize_all
    models.Environment.synchronize_all()
  File "/home/jenkins/90-venv/local/lib/python2.7/site-packages/devops/models/environment.py", line 243, in synchronize_all
    driver = cls.get_driver()
AttributeError: type object 'Environment' has no attribute 'get_driver'

Tags: area-qa
vnaumov (vnaumov-b)
description: updated
description: updated
Revision history for this message
Ruslan Khozinov (rkhozinov) wrote :

devops/tests/test_shell.py::TestShell::test_sync PASSED test for sync has passed,
but real run of dos.py sync still give the same trace.

In devops-2.9 get_driver method was defined in base model.
Now the get_driver method is undefined.

Changed in fuel:
importance: Undecided → High
assignee: nobody → Dennis Dmitriev (ddmitriev)
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.