Merge "Add 'openstack-db' tag to db-sync Exec resource"
This commit is contained in:
@@ -37,5 +37,6 @@ class neutron::db::sync(
|
||||
Anchor['neutron::dbsync::begin']
|
||||
],
|
||||
notify => Anchor['neutron::dbsync::end'],
|
||||
tag => 'openstack-db',
|
||||
}
|
||||
}
|
||||
|
@@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Add openstack-db tag to Exec that run db-sync.
|
@@ -17,6 +17,7 @@ describe 'neutron::db::sync' do
|
||||
'Anchor[neutron::config::end]',
|
||||
'Anchor[neutron::dbsync::begin]'],
|
||||
:notify => 'Anchor[neutron::dbsync::end]',
|
||||
:tag => 'openstack-db',
|
||||
)
|
||||
end
|
||||
|
||||
@@ -40,6 +41,7 @@ describe 'neutron::db::sync' do
|
||||
'Anchor[neutron::config::end]',
|
||||
'Anchor[neutron::dbsync::begin]'],
|
||||
:notify => 'Anchor[neutron::dbsync::end]',
|
||||
:tag => 'openstack-db',
|
||||
)
|
||||
}
|
||||
end
|
||||
|
Reference in New Issue
Block a user