add_lbagent.py 239 B

12345678910
  1. #!/usr/bin/env python3
  2. # encoding: utf-8
  3. from __future__ import unicode_literals
  4. from .service import AddLBAgentService
  5. def add_command(subparsers):
  6. AddLBAgentService(subparsers, "add-lbagent", "add new lbagent node into cluster")