5.2. 사용자의 컴퓨팅 할당량 업데이트
다음 명령을 실행하여 특정 할당량 값을 업데이트합니다.
$ nova quota-update --user [USER] --[QUOTA_NAME] [QUOTA_VALUE] [TENANT]
$ nova quota-show --user [USER] --tenant [TENANT]
예제
$ nova quota-update --user demoUser --floating-ips 10 demo
$ nova quota-show --user demoUser --tenant demo
+-----------------------------+-------+
| Quota | Limit |
+-----------------------------+-------+
| instances | 10 |
| cores | 20 |
| ram | 51200 |
| floating_ips | 10 |
| ... | |
+-----------------------------+-------+
참고
quota-update 명령의 옵션 목록을 보려면 다음을 실행합니다.
$ nova help quota-update