Updated Makefile and added README

This commit is contained in:
Dmitry Tantsur 2014-10-02 18:20:08 +02:00
parent 45872dcc88
commit 067e76f60d
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,6 @@
run:
.env/bin/python discoverd.py
.env/bin/python setup.py install
.env/bin/python -m ironic_discoverd
env:
rm -rf .env

10
README.md Normal file
View File

@ -0,0 +1,10 @@
Hardware discovery for OpenStack Ironic
=======================================
Running locally
---------------
```
make env # only the first time
make
```