Setting a fixed IP to an instance

Asked by Yann Fouillat

Hello,

I would like to choose the IP the instance get when I launch it (e.g.: not by DHCP). It would be the equivalent to the command :

nova boot --nic v4-fixed-ip=<IP>

Is it possible with Horizon or do I have to boot my instance from the command line ? And if it is not possible, is this feature planned ?

Thank you

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Dashboard (Horizon) Edit question
Assignee:
No assignee Edit question
Solved by:
Julie Pichon
Solved:
Last query:
Last reply:
Revision history for this message
Best Julie Pichon (jpichon) said :
#1

I don't believe it is possible to do this via Horizon at the moment, nor am I aware of any plans to surface the option. You should use the command line to do what you want for now.

Revision history for this message
Yann Fouillat (yann-fouillat-ext) said :
#2

Thanks Julie Pichon, that solved my question.