On Wed, 2014-01-22 at 17:21 +0100, Salvo Rapisarda wrote: > But you surely know that MySQL is not the only SQL back-end for > OpenStack services. ;-)
I don't see any mention of MySQL below by Nick Ma. > This is why I was looking for an alternative solution for export/import > the structure of my project. What do you mean by "structure of my project"? The data for the various resources consumed by your project is stored in a number of databases. Additionally, with data about the project itself is stored in the Keystone back-end storage (either RDBMS, KVS or LDAP). If you want to port the network configuration from Grizzly to Havana, UI would just make a snapshot of your Quantum database in Grizzly and start your Havana database from that snapshot, and run the db schema migrations on it. Best, -jay > Salvo. > > Il 22/01/2014 15.57, Nick Ma ha scritto: > > AFAIK, in OpenStack, all the data is stored in sql server and there's no > > so-called "automatic script" for this task, but you can dump the desired > > data from sql server and restore them into the new sql server. You can > > have a try. > > > > Nick Ma > > > > On 1/21/2014 10:24 PM, Salvo Rapisarda wrote: > >> Hello, > >> > >> > >> in OpenStack there is a function that export/import the structure of a > >> project (Network,Volume,VMs,ecc...) ? > >> > >> For example, I want to export a complex network configuration from a > >> Grizzly installation to Havana installation. > >> > >> I know that with a bash script it's possible to re-create my tenant > >> via nova command but exists an "automated" version? > >> > >> It is possible ? > >> > >> Thanks, > >> Salvo. > >> > >> _______________________________________________ > >> Mailing list: > >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > >> Post to : [email protected] > >> Unsubscribe : > >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > > > _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
