Eu apenas testei isso. Aqui está minha configuração do provedor de trabalho
cat /etc/salt/cloud.providers.d/rackspace.conf
rs:
minion:
master: <master ip or url>
# Configure Rackspace using the OpenStack plugin
#
identity_url: 'https://identity.api.rackspacecloud.com/v2.0/tokens'
compute_name: cloudServersOpenStack
protocol: ipv4
# Set the compute region:
#
compute_region: DFW
# Configure Rackspace authentication credentials
#
user: <user name>
tenant: <tenant>
apikey: <api key>
driver: openstack
networks:
- fixed:
# This is the private network
- < private network UUID >
# This is Rackspace's "PublicNet"
- 00000000-0000-0000-0000-000000000000
# This is Rackspace's "ServiceNet"
- 11111111-1111-1111-1111-111111111111