Update README and drop make run target

This commit is contained in:
Dmitry Tantsur 2014-10-03 16:56:40 +02:00
parent 9143fc7978
commit d7979ffc39
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,3 @@
run:
.env/bin/python setup.py install
.env/bin/python -m ironic_discoverd
test:
.env/bin/flake8 ironic_discoverd
.env/bin/python -m unittest ironic_discoverd.test

View File

@ -14,6 +14,10 @@ We're available on PyPI::
Or you can test locally::
make env # only the first time
make test_env # only the first time
make test # run tests
make # run
.env/bin/python setup.py develop
.env/bin/ironic-discoverd example.conf
Of course you may want to modify *example.conf* to match your OpenStack
environment.