lp://staging/~freyes/charm-helpers/lp1660630
Created by
Felipe Reyes
and last modified
- Get this branch:
- bzr branch lp://staging/~freyes/charm-helpers/lp1660630
Only
Felipe Reyes
can upload to this branch. If you are
Felipe Reyes
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Stuart Bishop (community): Approve
-
Diff: 277 lines (+73/-18)10 files modifiedcharmhelpers/contrib/database/mysql.py (+5/-1)
charmhelpers/contrib/hardening/templating.py (+5/-1)
charmhelpers/contrib/mellanox/infiniband.py (+6/-1)
charmhelpers/contrib/network/ip.py (+16/-4)
charmhelpers/contrib/openstack/context.py (+4/-1)
charmhelpers/contrib/openstack/templating.py (+8/-2)
charmhelpers/contrib/python/packages.py (+9/-2)
tests/contrib/network/test_ip.py (+9/-2)
tests/contrib/openstack/test_os_templating.py (+4/-1)
tests/contrib/python/test_packages.py (+7/-3)
Related bugs
Bug #1660630: charmhelpers.contrib.network.ip needs to install python3-netifaces on xenial | Undecided | Fix Released |
Related blueprints
Branch information
Recent revisions
- 691. By Felipe Reyes
-
Verify python version to decide which package to install
Check using six.PY2 to decide if python-foo or python3-foo package
should be installed after an ImportError exception.Closes: LP: #1660630
- 686. By Jorge Niedbalski
-
[billy-
olsen,r= niedbalski] Add method for querying file ownership.
Fixes LP: #1662591 - 682. By Liam Young
-
[c=fnordahl,
r=gnuoy] Add more flexible authenticate_ keystone function
Retain existing authenticate_ keystone_ * functions as
compability layer with calls to new function.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charm-helpers