[SOLVED] [Openstack] Change IMAGE from PUBLIC to PRIVATE
by czezz from LinuxQuestions.org on (#4VBAN)
Can anyone help me to figure out what is the right syntax to change IMAGE from PUBLIC to PRIVATE?
What I see in openstack syntax and what I guess I should execute:
Code:openstack image set --private --property <key=value>However, I am not quite sure what should I substitute for <key=value>
Should that be:
key - Image Name
value - UUID of the image
Can anyone give an example or some advice, please?
[UPDATE]
The right syntax is:
Code:openstack image set {NAME or UUID of the image} --private


What I see in openstack syntax and what I guess I should execute:
Code:openstack image set --private --property <key=value>However, I am not quite sure what should I substitute for <key=value>
Should that be:
key - Image Name
value - UUID of the image
Can anyone give an example or some advice, please?
[UPDATE]
The right syntax is:
Code:openstack image set {NAME or UUID of the image} --private