nova-api limit

Asked by fetahi

I know that there are 1024 VMs running in my cloud. (I checked the instances table of the nova db, I also went to the compute nodes and counted the number of KVM processes running VMs.) However, nova-list, as well as nova-api via curl return only 1000 instances. Where does this limit come from?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
wingwj
Solved:
Last query:
Last reply:
Revision history for this message
Best wingwj (wingwj) said :
#1

Add a key-value pair named "osapi_max_limit=2000(or above) " in your nova.conf, and restart your nova-compute service. That will be work~

Take a Try~

Revision history for this message
fetahi (fetahi) said :
#2

Thanks wingwj, that solved my question.