質問

Rackspace has added the feature to select certain cloud servers (as hosts) while creating a user in a cloud database instance. This allows the specified user to be accessed, only from those cloud servers.

So I would like to know whether there is an API available in pyrax(python SDK for Rackspace APIs) to accomplish this or not.

If possible, then how to pass multiple cloud server IPs using the API.

Thanks,

役に立ちましたか?

解決 2

I released version 1.6.1 of pyrax a few days ago that adds support for the 'host' parameter for users, as well as for Cloud Database backups.

他のヒント

There is an optional 'host' parameter you can pass when creating a Cloud Database user according to the Rackspace documentation.

However, after looking at the Pyrax code for Cloud Databases, it doesn't look like that functionality is implemented yet.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top