There is ongoing work to implement multiple regions in one of our openstack-plattforms (StackIT). This is to facilitate for geographic redundancy for services being run on top of Openstack, and to provide a migration-possibility from the old legacy datacenter network to the new software defined network. StackITs region are:

Selecting regions for your openstack resources

After logging in to the opensack web-interface you can select which region your want to use in the project selection menu:

If you use the command-line interface the you can either specify which region on a per-command basis or set a suitable value using environment variables:

$ openstack image list | wc -l
41
$ openstack image list --os-region TRD1 | wc -l
6
$ export OS_REGION_NAME=TRD1
$ openstack image list | wc -l
6