[
https://issues.apache.org/jira/browse/QPID-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Ross resolved QPID-2894.
----------------------------
Resolution: Fixed
Fix Version/s: 0.15
> Reload-ACL command is not on any management tools
> -------------------------------------------------
>
> Key: QPID-2894
> URL: https://issues.apache.org/jira/browse/QPID-2894
> Project: Qpid
> Issue Type: Improvement
> Affects Versions: 0.6
> Reporter: Alan Conway
> Assignee: Ted Ross
> Fix For: 0.15
>
>
> 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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]