Trying to adhere to python naming convention.

This commit is contained in:
Egon Rijpkema
2018-04-23 15:54:54 +02:00
parent 536df0decc
commit 2de343d22d
38 changed files with 0 additions and 0 deletions

9
nova_compute/README.md Normal file
View File

@@ -0,0 +1,9 @@
# ubuntu 16.04 openstack ocata nova compute node
# How to build the docker image.
```
docker build . -t hpc/novacompute
```
# Notes
This image is designed to be deployed from the [hpc-cloud repo](https://git.webhosting.rug.nl/HPC/hpc-cloud)