Merge lp://staging/~gandelman-a/charms/precise/keystone/avoid_upgrade_in_install into lp://staging/~openstack-charmers/charms/precise/keystone/ha-support
Proposed by
Adam Gandelman
| Status: | Merged |
|---|---|
| Merge reported by: | James Page |
| Merged at revision: | not available |
| Proposed branch: | lp://staging/~gandelman-a/charms/precise/keystone/avoid_upgrade_in_install |
| Merge into: | lp://staging/~openstack-charmers/charms/precise/keystone/ha-support |
| Diff against target: |
45 lines (+16/-2) 2 files modified
hooks/lib/utils.py (+15/-1) revision (+1/-1) |
| To merge this branch: | bzr merge lp://staging/~gandelman-a/charms/precise/keystone/avoid_upgrade_in_install |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| James Page (community) | Approve | ||
|
Review via email:
|
|||
Description of the change
Updates utils.install to check if a package is installed before attempting to install it. This should help avoid unwanted upgrades when re-calling utils.install(
To post a comment you must log in.
Works for me