murano/murano/db/migrate_repo/versions
Steve McLellan d8dacef34f Make environment name unique within a tenant
Duplicate environment names cause all kinds of problems because of
naming conventions used. There's no real reason to allow them (heat
allows duplicate stack names but there was a lot of discussion about
it, and the reason for having them was nobody wanted to remove them).
In our case, duplicate environment names cause trouble and there is
no advantage to them.

Server will return a 409 Conflict in this instance.

Change-Id: Ibe694c3dab19d77f6de3aa31844ff3e3cc0d9eb4
Closes-Bug: 1314106
2014-06-03 11:22:48 -05:00
..
001_add_initial_tables.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
002_add_networking_field.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
003_add_stats_table.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
004_add_repository_tables.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
005_add_instance_table.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
006_add_default_categories.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
007_instance_table_extended.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
008_cpu_stats.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
009_increase_package_name_length.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
010_add_unique_environment_constraint.py Make environment name unique within a tenant 2014-06-03 11:22:48 -05:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00