From: Loic Dachary Date: Mon, 21 Dec 2015 15:57:41 +0000 (+0100) Subject: doc: only OpenStack with OVH is supported X-Git-Tag: 1.1.0~693^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dc3b84254333195be95ee9c9a25fa7d552355460;p=teuthology.git doc: only OpenStack with OVH is supported The other providers are likely to work but since they are not actively tested, it is better no to claim they do. Signed-off-by: Loic Dachary --- diff --git a/README.rst b/README.rst index 31271994f..1846f5a71 100644 --- a/README.rst +++ b/README.rst @@ -334,25 +334,6 @@ An OpenStack tenant with access to the nova and cinder API. If the cinder API is not available, some jobs won't run because they expect volumes attached to each instance. -Apply for an OpenStack account ------------------------------- - -* Send a mail to `Loic Dachary `_ -* Store the credentials sent to you in $HOME/openrc.sh - -Setup OpenStack at Enter Cloud Suite ------------------------------------- - -* create an account and `login the dashboard `_ -* `create an Ubuntu 14.04 instance - `_ - with 1GB RAM and a public IP and destroy it immediately afterwards. -* get $HOME/openrc.sh from `the horizon dashboard `_ - -The creation/destruction of an instance via the dashboard is the -shortest path to create the network, subnet and router that would -otherwise need to be created via the neutron API. - Setup OpenStack at OVH ---------------------- @@ -361,18 +342,6 @@ Each instance has a public IP by default. * `create an account `_ * get $HOME/openrc.sh from `the horizon dashboard `_ -Setup OpenStack at Rackspace ----------------------------- - -There is no support for security groups. To workaround that -limitation, the setup instructions must be run from an instance that -is within the Rackspace OpenStack cluster already so it has permission -to communicate with the instances it creates. - -* `create an account `_ -* make sure your environment contains the requires OS_* variables for - ``openstack server list`` to run. - Setup -----