📖
Isu's Wiki
  • Welcome to Isu's Wiki
  • Linux
    • SSH Automatic Login
    • Nginx HTTPS
    • Nginx Login Page
    • OpenVPN Server
    • PPTP Client Settings
    • LVM Allocation
    • Partition and Mount
    • Vagrant and VirtualBox
    • Bind9 SRV Record
    • Git Two Remote
    • ESXi Nvidia - 525.89.02
    • Install Qemu
    • Recover network (no netplan, iproute2)
  • Kubernetes
    • Kubernetes Reset
    • x509 Certificate Renewal
  • LaTeX
    • Code Snippet with Box in LaTeX
  • Go
    • [gRPC] Generate .pb.go from .proto
  • eBPF
    • [Kprobe] Get Argument Values
    • [Cilium] TroubleShooting
    • [Python] Install BCC
  • MicroStack
    • [Microstack] Add Image
    • [Microstack] Quota Manage
    • [Microstack] Security Group
    • [Microstack] Overcommit Resources
  • CentOS
    • Change Interface Name
    • Install Vagrant with vagrant-libvirt
  • OpenStack
    • [Nova] noVNC not working
    • [Basic] OpenStack Installation
    • [Magnum] TroubleShooting
Powered by GitBook
On this page
  • Quota List
  • Set Quota
  1. MicroStack

[Microstack] Quota Manage

A cheat sheet for quota managmenet for Microstack.

Quota List

microstack.openstack quota show

Set Quota

microstack.openstack quota set --name value tenet

For example, if you would like to set cores as 40 cores for project named d52660ac5277409a8dedf40b2a9a119a:

microstack.openstack quota set --cores 40 d52660ac5277409a8dedf40b2a9a119a

This will set the cores as 40 cores possible

Previous[Microstack] Add ImageNext[Microstack] Security Group

Last updated 2 years ago