Skip to content

Instantly share code, notes, and snippets.

@vagelim
Last active January 30, 2019 10:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vagelim/98c8792ba12dc8f90341 to your computer and use it in GitHub Desktop.
Save vagelim/98c8792ba12dc8f90341 to your computer and use it in GitHub Desktop.
Sets up a virtual environment, installs kombu, and runs the event listener
#!/bin/bash
# Requires pip
pip install virtualenv
virtualenv listener
listener/bin/pip install kombu
listener/bin/python openstackEvents.py
@MounikaBoddapati
Copy link

MounikaBoddapati commented Jun 13, 2017

Hi, In the 6 step. should i create a openstackEvents.py file in /listener/bin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment