Skip to content

Commit

Permalink
Fix NFS server policy
Browse files Browse the repository at this point in the history
Change-Id: I93868b2ac9593bb938babb6ca817dc9dbf35cf95
  • Loading branch information
9seconds committed Apr 11, 2017
1 parent e618b41 commit 2c64040
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class AddNfs(playbook_plugin.CephAnsiblePlaybook):
DESCRIPTION = DESCRIPTION
PUBLIC = True
REQUIRED_SERVER_LIST = True
SERVER_LIST_POLICY = playbook_plugin.ServerListPolicy.in_this_cluster
SERVER_LIST_POLICY = playbook_plugin.ServerListPolicy.not_in_other_cluster
HINTS = playbook_plugin_hints.Hints(HINTS_SCHEMA)

def on_pre_execute(self, task):
Expand Down

0 comments on commit 2c64040

Please sign in to comment.