Comment 6 for bug 1386911

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-cloud-controller (master)

Reviewed: https://review.openstack.org/624796
Committed: https://git.openstack.org/cgit/openstack/charm-nova-cloud-controller/commit/?id=95cd9bfd106d596704c6855428d322f5a02a8e0c
Submitter: Zuul
Branch: master

commit 95cd9bfd106d596704c6855428d322f5a02a8e0c
Author: Syed Mohammad Adnan Karim <email address hidden>
Date: Wed Dec 12 18:39:32 2018 +0000

    Add default project quota configuration for compute

    Prior to this, the charm config did not support default quota
    configurations for compute (ie. instances, compute, ram, etc.).
    Default quota configuration changes will not impact existing
    projects with modified quotas. Only new projects and projects with
    unmodified quotas will adopt the defaults in the configuration file.

    The following default quota settings were added:
    instances
    cores
    ram
    metadata_items
    injected_files
    injected_file_content_bytes
    injected_file_path_length
    key_pairs
    server_groups
    server_group_members

    The functional test added checks that nova.conf quotas are set in
    the correct section of the file.

    Change-Id: Iae8c84dbfec97e1879d51963125f7674ea20ba22
    Closes-Bug: 1386911