Update README and drop make run target
This commit is contained in:
parent
9143fc7978
commit
d7979ffc39
4
Makefile
4
Makefile
@ -1,7 +1,3 @@
|
|||||||
run:
|
|
||||||
.env/bin/python setup.py install
|
|
||||||
.env/bin/python -m ironic_discoverd
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
.env/bin/flake8 ironic_discoverd
|
.env/bin/flake8 ironic_discoverd
|
||||||
.env/bin/python -m unittest ironic_discoverd.test
|
.env/bin/python -m unittest ironic_discoverd.test
|
||||||
|
@ -14,6 +14,10 @@ We're available on PyPI::
|
|||||||
|
|
||||||
Or you can test locally::
|
Or you can test locally::
|
||||||
|
|
||||||
make env # only the first time
|
make test_env # only the first time
|
||||||
make test # run tests
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user