Frage

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,

War es hilfreich?

Lösung 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.

Andere Tipps

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top