Re: [openstack-dev] Identify Openstack commands and manipulate them

2017-07-03 Thread Gorka Eguileor
On 03/07, david jhon wrote: > Thanks for the help. > > Openstack commands mean some administrative commands as listed here: > > https://docs.openstack.org/developer/python-openstackclient/command-objects/server.html > > I want to identify incoming openstack server commands on controller machine > a

Re: [openstack-dev] Identify Openstack commands and manipulate them

2017-07-03 Thread david jhon
Thanks for the help. Openstack commands mean some administrative commands as listed here: https://docs.openstack.org/developer/python-openstackclient/command-objects/server.html I want to identify incoming openstack server commands on controller machine and manipulate their execution. On Mon,

Re: [openstack-dev] Identify Openstack commands and manipulate them

2017-07-02 Thread Maciej Kucia
What is "OpenStack command"? You mean Rest API, RPC? What services? Maybe the following will be of help. http://vmartinezdelacruz.com/in-a-nutshell-how-openstack-works/ Regards, Maciej 2017-07-02 15:16 GMT+02:00 david jhon : > Hello folks, > > I've been digging into openstack code for quite som

[openstack-dev] Identify Openstack commands and manipulate them

2017-07-02 Thread david jhon
Hello folks, I've been digging into openstack code for quite some time, I'm wondering how to identify some specific openstack commands possibly coming from hosted tenants or projects. Where should I look into the code if I want to suspend or block their execution. OR What is the starting point or