Commit Graph

6 Commits (aa86c5ff9010a5201c8ee5ffd2b0045abfaba899)

Author SHA1 Message Date
Toshio Kuratomi a589a66710 Update module documentation if modules have a dep on python2.6+ 11 years ago
Brian Coca c5f787e6df Merge pull request #357 from bcoca/lxc_container_home_fix
Lxc container home fix
11 years ago
Brian Coca ee7fbcf418 minor fix to method of finding home as previous could 'overmatch' 11 years ago
Kevin Carter 24cfcd2497 Updated lxc_container module to fix option parsing
The option parsing object within the module was performing a split
on an '=' sign and assuming that there would only ever be one '='
in a user provided option. Sadly, the assumption is incorrect and
the list comprehension that is building the options list needs to
be set to split on the first occurrence of an '=' sign in a given
option string. This commit adds the required change to make it
possible for options to contain additional '=' signs and be handled
correctly.
11 years ago
Brian Coca bb886a595d updated lxc-containter docs to reflect new name 11 years ago
Maciej Delmanowski 528e1a644c Rename 'lxc-container' module to 'lxc_container'
This is done to keep the convention of naming modules with underscores
instead of hypens.
11 years ago