[Bug 1634475] Please test proposed package

Ryan Beisner 1634475 at bugs.launchpad.net
Mon Oct 31 17:23:46 UTC 2016


Hello Liam, or anyone else affected,

Accepted mistral into mitaka-proposed. The package will build now and be
available in the Ubuntu Cloud Archive in a few hours, and then in the
-proposed repository.

Please help us by testing this new package. To enable the -proposed
repository:

  sudo add-apt-repository cloud-archive:mitaka-proposed
  sudo apt-get update

Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-mitaka-needed to verification-mitaka-done. If it does
not fix the bug for you, please add a comment stating that, and change
the tag to verification-mitaka-failed. In either case, details of your
testing will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!

** Changed in: cloud-archive/mitaka
       Status: In Progress => Fix Committed

** Tags added: verification-mitaka-needed

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to Ubuntu Cloud Archive.
https://bugs.launchpad.net/bugs/1634475

Title:
  [SRU] Files missing from package

Status in Ubuntu Cloud Archive:
  In Progress
Status in Ubuntu Cloud Archive mitaka series:
  Fix Committed
Status in Ubuntu Cloud Archive newton series:
  In Progress
Status in mistral package in Ubuntu:
  Fix Released
Status in mistral source package in Xenial:
  Fix Committed
Status in mistral source package in Yakkety:
  Fix Committed

Bug description:
  [Description]
  After the package is installed some of the files that support the initialisation of the database seem to missing. As does the policy.json.

  The files that are missing:

  /usr/lib/python2.7/dist-packages/mistral/actions/openstack/mapping.json
  /usr/lib/python2.7/dist-packages/mistral/resources (directory + contents)
  /etc/mistral/policy.json

  Without the DB files the schema initialisation fails:
  # mistral-db-manage --config-file /etc/mistral/mistral.conf populate
  Traceback (most recent call last):
    File "/usr/bin/mistral-db-manage", line 10, in <module>
      sys.exit(main())
    File "/usr/lib/python2.7/dist-packages/mistral/db/sqlalchemy/migration/cli.py", line 129, in main
      CONF.command.func(config, CONF.command.name)
    File "/usr/lib/python2.7/dist-packages/mistral/db/sqlalchemy/migration/cli.py", line 70, in do_populate
      action_manager.sync_db()
    File "/usr/lib/python2.7/dist-packages/mistral/services/action_manager.py", line 82, in sync_db
      register_action_classes()
    File "/usr/lib/python2.7/dist-packages/mistral/services/action_manager.py", line 128, in register_action_classes
      _register_dynamic_action_classes()
    File "/usr/lib/python2.7/dist-packages/mistral/services/action_manager.py", line 88, in _register_dynamic_action_classes
      actions = generator.create_actions()
    File "/usr/lib/python2.7/dist-packages/mistral/actions/openstack/action_generator/base.py", line 77, in create_actions
      mapping = get_mapping()
    File "/usr/lib/python2.7/dist-packages/mistral/actions/openstack/action_generator/base.py", line 45, in get_mapping
      MAPPING_PATH)).read())
  IOError: [Errno 2] No such file or directory: '/usr/lib/python2.7/dist-packages/mistral/actions/openstack/mapping.json'

  And without the policy.json clients cannot authorise.

  [Test Case]
  Reproduce db issue:
  lxc launch ubuntu-daily:yakkety
  lxc exec  <container-name>  bash
  apt update
  apt install mistral-api
  mistral-db-manage --config-file /etc/mistral/mistral.conf populate

  [Regression Potential]
  Very little as the fix just updates the package to install the missing json files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1634475/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list