lp://staging/~zulcss/charm-helpers/virtualenv
Created by
Chuck Short
and last modified
- Get this branch:
- bzr branch lp://staging/~zulcss/charm-helpers/virtualenv
Only
Chuck Short
can upload to this branch. If you are
Chuck Short
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/charm-helpers
- charmers: Pending requested
-
Diff: 9 lines (+1/-1)1 file modifiedcharmhelpers/contrib/python/packages.py (+1/-1)
Branch information
Recent revisions
- 531. By Liam Young
-
[ajkavanagh, r=thedac,gnuoy] Add service running and ports open checks to set_os_
workload_ status( )
This adds optional checks to the set_os_workload_ status( ...) function to
make sure that the services that the charm says should be running are
actually running (according to service_running()) and also, optionally,
that the ports that are supposed to be open are open (on 0.0.0.0) and
have something listening to them. - 526. By Liam Young
-
[ajkavanagh, r=gnuoy] Mod to charmhelpers.
contrib. python. packages to stop importing pip from
adding wheels to the path. - 525. By James Page
-
Support number of cpu detection on Ubuntu 16.04
The version of psutil in 16.04 does not have NUM_CPUS.
Use the new cpu_count function if present, otherwise use NUM_CPUS.
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