~openstack-charmers-next/charms/vivid/ceph-mon/trunk

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/openstack/exceptions.py

  • Committer: James Page
  • Date: 2016-06-17 10:35:58 UTC
  • Revision ID: james.page@ubuntu.com-20160617103558-lcj1caopstj4slbu
Switch to using charm-store for amulet tests

All OpenStack charms are now directly published to the charm store
on landing; switch Amulet helper to resolve charms using the
charm store rather than bzr branches, removing the lag between
charm changes landing and being available for other charms to
use for testing.

This is also important for new layered charms where the charm must
be build and published prior to being consumable.

Change-Id: I395ee0e0b33c2df98783718fa45829ea572f24cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
class OSContextError(Exception):
 
2
    """Raised when an error occurs during context generation.
 
3
 
 
4
    This exception is principally used in contrib.openstack.context
 
5
    """
 
6
    pass