diff --git a/manifests/db/sync.pp b/manifests/db/sync.pp
index 947111b..72002e8 100644
--- a/manifests/db/sync.pp
+++ b/manifests/db/sync.pp
@@ -19,6 +19,7 @@ class zaqar::db::sync {
       Anchor['zaqar::dbsync::begin']
     ],
     notify      => Anchor['zaqar::dbsync::end'],
+    tag         => 'openstack-db',
   }
 
 }
diff --git a/releasenotes/notes/openstack_db_tag-8af96261543c1429.yaml b/releasenotes/notes/openstack_db_tag-8af96261543c1429.yaml
new file mode 100644
index 0000000..4872e11
--- /dev/null
+++ b/releasenotes/notes/openstack_db_tag-8af96261543c1429.yaml
@@ -0,0 +1,3 @@
+---
+features:
+  - Add openstack-db tag to Exec that run db-sync.
diff --git a/spec/classes/zaqar_db_sync_spec.rb b/spec/classes/zaqar_db_sync_spec.rb
index 60b740d..c27ff40 100644
--- a/spec/classes/zaqar_db_sync_spec.rb
+++ b/spec/classes/zaqar_db_sync_spec.rb
@@ -19,6 +19,7 @@ describe 'zaqar::db::sync' do
                          'Anchor[zaqar::config::end]',
                          'Anchor[zaqar::dbsync::begin]'],
         :notify      => 'Anchor[zaqar::dbsync::end]',
+        :tag         => 'openstack-db',
       )
     end