How do I use python to call "neutron net-list"?
I am running Devstack
I need some script to help me get the information
so in python how do I run the "source openrc admin demo" first? then using python os.system("neutron net-list")?