What is the difference between "nova boot" and "nova zone-boot" ?

Asked by Jérôme Gallard

Hello,

I would like to know what is the difference between "nova boot" and "nova zone-boot" commands. Does it mean that "nova boot" is not aware of zones?

I read the code and, from my understanding, it seems that 2 implementations are made (for instance with zone-boot calls /zones/boot API whereas boot calls /servers API). I read the documentation too, but I didn't found nothing related to zone-boot.

Does someone can give me some help or pointers regarding this topic?

Thank you very much,
Jérôme

Question information

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

zone-boot was written to support booting instances across zones. This functionality has been moved into POST /servers and POST /zone/boot removed. I believe it still lives in novaclient for legacy purposes and will likely be removed from there soon too.

Revision history for this message
Jérôme Gallard (jerome-gallard) said :
#2

It's clear now.

Thank you very much.
Jérôme

Revision history for this message
Jérôme Gallard (jerome-gallard) said :
#3

Thanks Sandy Walsh, that solved my question.