Fix typo in warning message
Trivial-Fix Change-Id: Idb4187b7d23b62a5c7aa575c2f4501e8e4a653a4
This commit is contained in:
@@ -120,7 +120,7 @@ class designate::worker(
|
||||
}
|
||||
|
||||
if $worker_notify != undef {
|
||||
warning('worker_notify is deprecated nad will be removed in a future release')
|
||||
warning('worker_notify is deprecated and will be removed in a future release')
|
||||
designate_config {
|
||||
'service:worker/notify': value => $worker_notify;
|
||||
}
|
||||
|
Reference in New Issue
Block a user