[kolla] [train] Changing default quotas
I'm trying to change default quotas on a Train kolla POC, and I can change compute, but when I try to change a network quota such as subnets I get an error: (openstack) [root@adjutant-poc openstack]# openstack quota set --class --subnets 2 default Network quotas are ignored since quota class is not supported. When I google around I find some old documents talking about setting neutron quotas in /etc/neutron/neutron.conf but I can't find anything recent, and I don't see any mention of quotas when I look at /etc/neutron/neutron.conf in our neutron_server containers. What is the best way to change neutron default quotas in kolla? I apologize for the nonsense below. So far I have not been able to stop it from being attached to my external emails. I'm working on it. E-MAIL CONFIDENTIALITY NOTICE: The contents of this e-mail message and any attachments are intended solely for the addressee(s) and may contain confidential and/or legally privileged information. If you are not the intended recipient of this message or if this message has been addressed to you in error, please immediately alert the sender by reply e-mail and then delete this message and any attachments. If you are not the intended recipient, you are notified that any use, dissemination, distribution, copying, or storage of this message or any attachment is strictly prohibited.
Hi Albert, You can change your default Neutron quotas via neutron.conf. This is described in the latest Neutron documentation: https://docs.openstack.org/neutron/latest/admin/ops-quotas.html#basic-quota-... Kolla-Ansible doesn't provide a full configuration file for OpenStack services. Instead, it includes specific options that are changed from defaults. Create a /etc/kolla/config/neutron.conf file with your own [quotas] settings, which will be merged into the default configuration templated by Kolla-Ansible. For more details see https://docs.openstack.org/kolla-ansible/latest/admin/advanced-configuration... Best wishes, Pierre On Fri, 8 Jan 2021 at 14:05, Braden, Albert <C-Albert.Braden@charter.com> wrote:
I’m trying to change default quotas on a Train kolla POC, and I can change compute, but when I try to change a network quota such as subnets I get an error:
(openstack) [root@adjutant-poc openstack]# openstack quota set --class --subnets 2 default
Network quotas are ignored since quota class is not supported.
When I google around I find some old documents talking about setting neutron quotas in /etc/neutron/neutron.conf but I can’t find anything recent, and I don’t see any mention of quotas when I look at /etc/neutron/neutron.conf in our neutron_server containers. What is the best way to change neutron default quotas in kolla?
I apologize for the nonsense below. So far I have not been able to stop it from being attached to my external emails. I'm working on it.
The contents of this e-mail message and any attachments are intended solely for the addressee(s) and may contain confidential and/or legally privileged information. If you are not the intended recipient of this message or if this message has been addressed to you in error, please immediately alert the sender by reply e-mail and then delete this message and any attachments. If you are not the intended recipient, you are notified that any use, dissemination, distribution, copying, or storage of this message or any attachment is strictly prohibited.
participants (2)
-
Braden, Albert
-
Pierre Riteau