Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Add oslo.messaging to guestagent image
Browse files Browse the repository at this point in the history
Sync'd up fedora-guest with ubuntu-guest

Change-Id: I791b7d6722b1e10d10e363b0a2d8ed67a34fec2e
Implements: blueprint rpc-versioning
  • Loading branch information
dan1 committed Jul 8, 2014
1 parent c69728b commit 56592dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ yum install -y python-devel libxml2-devel libxslt-devel python-setuptools python
python-routes python-eventlet python-webob python-kombu python-paste-deploy python-paste python-netaddr \
python-httplib2 python-iso8601 python-pexpect MySQL-python python-migrate python-pip python-anyjson gcc

pip-python install extras oslo.config>=1.2.0 python-novaclient python-swiftclient python-cinderclient amqp babel python-heatclient
pip-python install extras oslo.config>=1.2.0 python-novaclient python-swiftclient python-cinderclient kombu>2.4.7 six babel python-heatclient passlib jinja2 oslo.messaging>=1.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ apt-get -y install python-dev libxml2-dev libxslt1-dev python-setuptools python-
python-routes python-eventlet python-webob python-pastedeploy python-paste python-netaddr \
python-httplib2 python-iso8601 python-pexpect python-mysqldb python-migrate

pip install extras oslo.config>=1.2.0 python-novaclient python-swiftclient python-cinderclient kombu>2.4.7 six babel python-heatclient passlib jinja2
pip install extras oslo.config>=1.2.0 python-novaclient python-swiftclient python-cinderclient kombu>2.4.7 six babel python-heatclient passlib jinja2 oslo.messaging>=1.3.0

0 comments on commit 56592dd

Please sign in to comment.