~justin-fathomdb/charms/trusty/postgresql-proxy/trunk

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Justin SB
  • Date: 2015-02-03 00:30:28 UTC
  • Revision ID: justin@fathomdb.com-20150203003028-sdpoe8tcjvcmm06j
Install python-keystoneclient

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
pip install requests
9
9
pip install git+https://github.com/jxaas/charm-toolkit.git
10
10
pip install git+https://github.com/jxaas/python-client.git
 
11
 
 
12
# TODO: It would be great if we could only install this when it was needed
 
13
apt-get install --no-install-recommends --yes python-keystoneclient
 
14