commit
85a1cf31e6 and
db266a3fb2 introduce new per "rx" and "rwx", but key missing for per "rx" and "rwx" in permmap
Signed-off-by: Ailing Zhang <ailzhang@cisco.com>
# XXX There ought to be a better discovery mechanism than an HTML table
s = '<html><body><table border=1><th>Possible commands:</th><th>Method</th><th>Description</th>'
- permmap = {'r':'GET', 'rw':'PUT'}
+ permmap = {'r':'GET', 'rw':'PUT', 'rx':'GET', 'rwx':'PUT'}
line = ''
for cmdsig in sorted(app.ceph_sigdict.itervalues(), cmp=descsort):
concise = concise_sig(cmdsig['sig'])