~yolanda.robla/charms/precise/keystone/unit_testing

« back to all changes in this revision

Viewing changes to hooks/keystone_utils.py

  • Committer: James Page
  • Date: 2014-03-06 13:41:06 UTC
  • Revision ID: james.page@canonical.com-20140306134106-l2cijnq1n943bj6g
Use dist-upgrade

Show diffs side-by-side

added added

removed removed

Lines of Context:
455
455
    execute('apt-get update', die=True, echo=True)
456
456
    os.environ['DEBIAN_FRONTEND'] = 'noninteractive'
457
457
    cmd = 'apt-get --option Dpkg::Options::=--force-confnew -y '\
458
 
          'upgrade'
 
458
          'dist-upgrade'
459
459
    execute(cmd, echo=True, die=True)
460
460
 
461
461
    # we have new, fresh config files that need updating.