pithos: fix typo in reconcile-commissions-pithos command
pithos: change reconcile-resources-pithos command
This command syncronizes the astakos quota with the pithos db.However, if there was an account in the astakos database but therewas not the relative path in the pithos db (new pithos database)the account quotas were not synced....
cyclades, pithos: Update resource definitions
Include service_type in each resource dict.
common: Export only services specified as public
Employ helper function `filter_public' in service-export-* commands.Also set `pithos_ui' service to non-public and clear version of`astakos_ui'.
pithos: add service-export-pithos command
Catch QuotaLimit exception when reconciling resources
This can happen, if the actual usage registered by a service exceedsthe quota limit.Advise the user to try the --force option.
pithos, cyclades: Name reconciling commissions
Use commission name "RECONCILE" to distinguish such operationsin the quotaholder provision log.
pithos: Change reconcile-resources-pithos command
in order to conform with the respective Cycladescommand
pithos: Define and export resources in json format
Provide management command resource-export-pithos.
pithos: Add name in reconciling commission
pithos: Update merged code
pithos: Update pithos management commands
Refs: #3625
pithos: Rename backend quotaholder properties
Refer to astakosclient instead of quotaholder
WIP astakosclient for quotas in pithos
pithos: Utilize astakosclient for quota handling
Refs: #3625, #3650
Change pithos default container policy quota to unlimited
Refs: #3543
pithos: optionally fix unresolved commissions
provide --fix option for the pithos-reconcile-commissions command
Refs: #3594
Fix pithos-usage command help
Refs: #3591
Update pithos-usage command to list/reset diverging quotas
Fix pithos-reconcile-commissions command
Get pending commissions specifically for pithos
Provide a pithos-reconcile-commissions command
Improve pithos-usage command performance
Integrate Pithos usage listing and reseting,globally and per-user.
Refs: #3309
Substitute pithos-reset-usage withpithos-usage management commandand extend it to list also account usage.
fix and better document quota export/import
Explicitly enabled/disable pithos quotaholder component
Use PITHOS_USE_QUOTAHOLDER setting
Update pithos-reset-usage command
Enable reset pithos usage for specific accounts
rename to pithos-reset-usage.py
pep8 compliance
Change pithos-manage-accounts options
Provide command for managing pithos duplicate accounts
Pithos set usage send only current quota (not history/deleted)
pithos-set-quota: rename and refactor for clarity and correctness
Quotaholder error handling during sending existing pithos usage
If quotaholder fails if a pithos account is not registered,retry by sending the usage for the rest.
Change pithos-set-quota: send computed quota anyway
Reset erroneous commit
Provide commands for importing/exporting existing user resource policies
Migrate pithos user quota
By default report size change in object delete/update (do not include older version size)
incorporate AMQPClient instead of synnefo.lib.queue methods for sending queue messages
Fix code formatting to conform to the PEP 8 style guide
pass umask parameter in ModularBackend
Merge commit 'v0.9.0' into packaging
Conflicts: pithos/__init__.py pithos/api/management/commands/__init__.py pithos/backends/lib/rabbitmq/__init__.py pithos/backends/lib/rabbitmq/queue.py pithos/lib/user.py pithos/middleware/user.py pithos/settings.py...