diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-04-17 17:20:40 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-04-17 17:20:40 +0000 |
| commit | 338755aa17a9965effc99c29d74aa3e3ac0da2ca (patch) | |
| tree | edf2393f5217f6f4e7953c779e19d40477329c80 /tools | |
| parent | 51ffb26437071e90a236767bc18d63bc7cabc2ce (diff) | |
| parent | d5334aa929beb4190ae04fddc98e693df142b9bd (diff) | |
| download | python-cinderclient-338755aa17a9965effc99c29d74aa3e3ac0da2ca.tar.gz | |
Merge "Add auth_plugin support to cinderclient"
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/install_venv_common.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py index 46822e3..3b7ac10 100644 --- a/tools/install_venv_common.py +++ b/tools/install_venv_common.py @@ -128,6 +128,9 @@ class InstallVenv(object): "install") return parser.parse_args(argv[1:])[0] + def post_process(self, **kwargs): + pass + class Distro(InstallVenv): |
