diff --git a/README.rst b/README.rst index 7bcffac2..0f19cc1d 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ kuryr =============================== -Docker for Openstack Neutron +Docker for OpenStack Neutron Kuryr is a Docker network plugin that uses Neutron to provide networking services to Docker containers. It provides containerised images for the diff --git a/contrib/vagrant/README.md b/contrib/vagrant/README.md index 169031d4..c93974e6 100644 --- a/contrib/vagrant/README.md +++ b/contrib/vagrant/README.md @@ -3,7 +3,7 @@ vagrant-devstack-Kuryr A Vagrant based kuryr,neutron,keystone and experimental docker system. Steps to try vagrant image: -1. Intall virtual-box and vagrant on your local machine. +1. Install virtual-box and vagrant on your local machine. 2. Git clone kuryr repository. 3. cd kuryr/contrib/vagrant 4. vagrant up @@ -12,6 +12,8 @@ Steps to try vagrant image: You will get vm shell with keystone and neutron already running. 6. cd kuryr && ./scripts/run_kuryr.sh & Kuryr service will be up and listening on port 2377. +7. Create the default kuryr subnetpool: + neutron subnetpool-create --default-prefixlen 24 --pool-prefix 10.10.0.0/16 kuryr At this point you should have experimental docker, kuryr, neutron, keystone all up, running and pointing to each other. Any docker network related commands diff --git a/scripts/run_kuryr.sh b/scripts/run_kuryr.sh index ab682cb1..1925bd1b 100755 --- a/scripts/run_kuryr.sh +++ b/scripts/run_kuryr.sh @@ -27,7 +27,7 @@ if [[ ! -d "${KURYR_JSON_DIR}" ]]; then fi if [[ ! -f "${KURYR_JSON}" ]]; then - echo -n "${KURYR_JSON} is missing. Copyting the default one... " + echo -n "${KURYR_JSON} is missing. Copying the default one... " sudo cp ${KURYR_DEFAULT_JSON} ${KURYR_JSON} echo "Done" fi