1 "build" is a generated doc file directory we need to exclude.
2 to ensure the old files are not left over when running these
document builds.
Change-Id: Ieb8fb314375b5a8ac3f38b1944d514937274c8c6
Please read spec for design detail [1]
Access-allow command now validates and allows
access control to IPv6 clients.
[1] f7202a6cfe32a057f752a4e393f848f8a0211c36
Partial-Implements: blueprint support-ipv6-access
Change-Id: I88a1bd60e703bf9b434924ac347bbd74f72cec2b
Add like filter support in ``shares``, ``snapshots``,
``share-networks``, ``share-groups`` list.
Implements BP like-filter
Change-Id: I5fdf6d89d0b6c7fa182ddfaac60979bc6c0fc2a4
Share and share instance list will accept new query string parameter
'export_location'. It can pass path and id of export_location to
retrieve shares filtered.
Change-Id: Ibd56fdbc294432003849607ddf72d824151ea3c4
Partly-implement: BP support-filter-share-by-export-location
Add support for share group quotas implemented on server side [1].
[1] I397a8e886226cb22fa50abdf2a4a938bb04c655d
Change-Id: Ib2b12d906c54c05faf8a72ac851d100e25023d50
Implements Blueprint add-share-groups-quota
Following CLI interface changes are implemented:
1) update share type quotas:
$ manila quota-update ... --share-type %share_type_name_or_id% ...
2) get share type quotas:
$ manila quota-show ... --share-type %share_type_name_or_id% ...
3) delete/reset share type quotas:
$ manila quota-delete ... --share-type %share_type_name_or_id% ...
'quota-defaults' stays unchanged as it is the same for all kinds of
quotas - project, user or share type.
Implements BluePrint support-quotas-per-share-type
Change-Id: I0cd2bc41193e50b330456b14c5f66134a513cc32
Allows listing, showing and deleting of user messages.
Change-Id: I5ffb840a271c518f62ee1accfd8e20a97f45594d
Partially-implements: blueprint user-messages
Depends-On: Ia0cc524e0bfb2ca5e495e575e17e9911c746690b
Covers manilaclient/common/apiclient/auth.py:discover_auth_systems().
Coverage for manilaclient/common/apiclient/auth.py goes from 0% to 35%.
Overall coverage goes from 71% to 74%.
Change-Id: I685051bbe3e0f82e69efef7d25aa42e385acc3f9
Partial-Bug: #1364800
When we do manila access-list, the 'created_at' and 'updated_at' time
should be shown to the user. And then the user could determine which
is the recent access rule. As designed, the recent access-allow
rule caused the error access-status of share instance.
The API change [1] has been merged.
[1] Iad6070d60ec77b7de9cc9679cfa7478876084da1
Change-Id: I4b10faa18a5e4d7394083cd36851fd0260df86a2
Closes-Bug: #1682795
This replaces the deprecated (in python 3.2) unittest.TestCase
method assertRaisesRegexp() with assertRaisesRegex()
Change-Id: I36c56032d4c3279d89c2b196a193196aad6aeeea