Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate arguments in 'zato create cluster' #64

Closed
dsuch opened this issue Jun 4, 2013 · 0 comments
Closed

Remove duplicate arguments in 'zato create cluster' #64

dsuch opened this issue Jun 4, 2013 · 0 comments
Assignees
Milestone

Comments

@dsuch
Copy link
Collaborator

dsuch commented Jun 4, 2013

The 'zato create cluster' command uses 'broker_host' and 'broker_port' twice - this should be removed.

This is trivial to fix - just remove two options superfluously appended to opts in zato.cli.create_cluster.Create.

zato create cluster [-h] [--store-log] [--verbose] [--store-config]
      [--postgresql_schema POSTGRESQL_SCHEMA] [--odb_password 
      ODB_PASSWORD] [--tech_account_password TECH_ACCOUNT_PASSWORD]
      odb_type odb_host odb_port odb_user odb_db_name
      lb_host lb_port lb_agent_port 
      **broker_host** **broker_port** cluster_name
      broker_host broker_port tech_account_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant