mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #10290 from techhat/rackspace
Make rackspace vs openstack distinction clearer, refs #10286
This commit is contained in:
commit
887a7f2d47
@ -5,9 +5,11 @@ Getting Started With Rackspace
|
||||
Rackspace is a major public cloud platform which may be configured using either
|
||||
the `rackspace` or the `openstack` driver, depending on your needs.
|
||||
|
||||
Please note that the `rackspace` driver is only intended for "the old cloud" at
|
||||
Rackspace. Unless you explicitly have a reason to use it, it is highly
|
||||
recommended that you use the `openstack` driver instead.
|
||||
Please note that the `rackspace` driver is only intended for 1st gen instances,
|
||||
aka, "the old cloud" at Rackspace. It is required for 1st gen instances, but
|
||||
will *not* work with OpenStack-based instances. Unless you explicitly have a
|
||||
reason to use it, it is highly recommended that you use the `openstack` driver
|
||||
instead.
|
||||
|
||||
To use the `openstack` driver (recommended), set up the cloud configuration at
|
||||
``/etc/salt/cloud.providers`` or
|
||||
|
@ -7,6 +7,12 @@ The Rackspace cloud module. This module uses the preferred means to set up a
|
||||
libcloud based cloud module and should be used as the general template for
|
||||
setting up additional libcloud based modules.
|
||||
|
||||
Please note that the `rackspace` driver is only intended for 1st gen instances,
|
||||
aka, "the old cloud" at Rackspace. It is required for 1st gen instances, but
|
||||
will *not* work with OpenStack-based instances. Unless you explicitly have a
|
||||
reason to use it, it is highly recommended that you use the `openstack` driver
|
||||
instead.
|
||||
|
||||
The rackspace cloud module interfaces with the Rackspace public cloud service
|
||||
and requires that two configuration parameters be set for use, ``user`` and
|
||||
``apikey``.
|
||||
|
Loading…
Reference in New Issue
Block a user