Detailed description of admin_state_up and status attributes?

Asked by Aymen Frikha

Hello,

I dosen't understand precisely what "admin_state_up" and "status" attributes do?. And what is the relationship between them according to "Port" and "Network" ressources?

Question information

Language:
English Edit question
Status:
Solved
For:
neutron Edit question
Assignee:
No assignee Edit question
Solved by:
yong sheng gong
Solved:
Last query:
Last reply:
Revision history for this message
Best yong sheng gong (gongysh) said :
#1

https://wiki.openstack.org/wiki/QuantumV2APIIntro

simply put:
admin_state_up can be managed by Admin via REST api, while the status reflects the actual status of the resources. Port's status is updated by agent in LB and OVS plugin.

Revision history for this message
Aymen Frikha (aymen-frikha88) said :
#2

Thanks yong sheng gong, that solved my question.