Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-2894

Reload-ACL command is not on any management tools

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.6
    • 0.15
    • C++ Tools
    • None

    Description

      The reload-ACL command needs to be added to one of the management tools, probably qpid-config.
      Python code to reload the ACL:

      import qmf.console
      import optparse
      qmf = qmf.console.Session()
      qmf_broker = qmf.addBroker(opts.broker)
      acl = qmf.getObjects(_class="acl")[0]
      result = acl.reloadACLFile()
      print result.txt

      Attachments

        Activity

          People

            tross Ted Ross
            aconway Alan Conway
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: