summaryrefslogtreecommitdiff
path: root/heat/db
diff options
context:
space:
mode:
Diffstat (limited to 'heat/db')
-rw-r--r--heat/db/api.py1
-rw-r--r--heat/db/sqlalchemy/api.py1
-rw-r--r--heat/db/sqlalchemy/filters.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/021_resource_data.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/030_remove_uuidutils.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/031_stack_lock.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/032_decrypt_method.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py2
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/037_migrate_hot_template.py1
-rw-r--r--heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py2
-rw-r--r--heat/db/sqlalchemy/migration.py1
-rwxr-xr-xheat/db/sync.py1
-rw-r--r--heat/db/utils.py1
30 files changed, 25 insertions, 25 deletions
diff --git a/heat/db/api.py b/heat/db/api.py
index a0623e3e0..c57daedb8 100644
--- a/heat/db/api.py
+++ b/heat/db/api.py
@@ -1,4 +1,3 @@
-
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
diff --git a/heat/db/sqlalchemy/api.py b/heat/db/sqlalchemy/api.py
index 7557604d3..830934a9e 100644
--- a/heat/db/sqlalchemy/api.py
+++ b/heat/db/sqlalchemy/api.py
@@ -1,4 +1,3 @@
-
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
diff --git a/heat/db/sqlalchemy/filters.py b/heat/db/sqlalchemy/filters.py
index f91b57e3d..959ede859 100644
--- a/heat/db/sqlalchemy/filters.py
+++ b/heat/db/sqlalchemy/filters.py
@@ -1,4 +1,3 @@
-
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py b/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py
index f2c7925cb..cdbb4c751 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py b/heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py
index 3f4905fa9..54c6cb463 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py b/heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py
index 602cfd4ad..dac495119 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py b/heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py
index 7fc129213..e30f7c360 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py b/heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py
index 892bdb4fb..f56a8d5ec 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py b/heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py
index 0da3d2703..7820b65f3 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/021_resource_data.py b/heat/db/sqlalchemy/migrate_repo/versions/021_resource_data.py
index 733336c64..23166b5fe 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/021_resource_data.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/021_resource_data.py
@@ -1,3 +1,4 @@
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py b/heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py
index 2491ed0d6..f779a77f9 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py b/heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py
index 17e9ba374..5ac0cc9d3 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py b/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py
index 642b0f9c8..02cdd87d1 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py b/heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py
index 24db8e9ea..818f9fb95 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py b/heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py
index e67309c06..ce4aaf00e 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py b/heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py
index c3e73bd4a..647c6bc74 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py b/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py
index b5870af1d..d9c5e88d6 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py b/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py
index 7f070e199..790f109b6 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/030_remove_uuidutils.py b/heat/db/sqlalchemy/migrate_repo/versions/030_remove_uuidutils.py
index 76edd68f6..d4db9676c 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/030_remove_uuidutils.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/030_remove_uuidutils.py
@@ -1,3 +1,4 @@
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/031_stack_lock.py b/heat/db/sqlalchemy/migrate_repo/versions/031_stack_lock.py
index f40cff47c..ab44e96ba 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/031_stack_lock.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/031_stack_lock.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/032_decrypt_method.py b/heat/db/sqlalchemy/migrate_repo/versions/032_decrypt_method.py
index cdfc4313b..a96f40acf 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/032_decrypt_method.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/032_decrypt_method.py
@@ -1,3 +1,4 @@
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py b/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py
index a7a04a234..593a62b03 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py b/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py
index 27901921a..84602a2fd 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py b/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py
index e468f767c..e9e7218d4 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py b/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py
index 5f39e77ca..c1babaf0e 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/037_migrate_hot_template.py b/heat/db/sqlalchemy/migrate_repo/versions/037_migrate_hot_template.py
index 6df66df57..2f8eb2401 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/037_migrate_hot_template.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/037_migrate_hot_template.py
@@ -1,3 +1,4 @@
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py b/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py
index e0c376156..fe9f3187e 100644
--- a/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py
+++ b/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py
@@ -1,4 +1,4 @@
-
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sqlalchemy/migration.py b/heat/db/sqlalchemy/migration.py
index 813416080..c3c613b66 100644
--- a/heat/db/sqlalchemy/migration.py
+++ b/heat/db/sqlalchemy/migration.py
@@ -1,3 +1,4 @@
+#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/heat/db/sync.py b/heat/db/sync.py
index 6d4013b6e..82f80cac0 100755
--- a/heat/db/sync.py
+++ b/heat/db/sync.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
diff --git a/heat/db/utils.py b/heat/db/utils.py
index eb5b8b170..9b588997c 100644
--- a/heat/db/utils.py
+++ b/heat/db/utils.py
@@ -1,4 +1,3 @@
-
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain