[Openstack] FWaaS - where can I find logs of audited policies?

2013-10-08 Thread Rami Vaknin
I'm running havana, I've noticed the --audited argument in policy creation/update and I wonder where these audit logs saved? I couldn't find any audit log in the standard neutron logs. -- Thanks, Rami Vaknin, QE @ Red Hat, TLV, IL. ___ Mailing lis

Re: [Openstack] FWaaS - where can I find logs of audited policies?

2013-10-08 Thread Sumit Naiksatam
The audited flag is not for generating audit logs. It's meant to indicate whether the particular firewall policy was audited or not by the creator of the firewall policy. ~Sumit. On Tue, Oct 8, 2013 at 4:05 AM, Rami Vaknin wrote: > I'm running havana, I've noticed the --audited argument in pol

[Openstack] what is the code organization of nova?

2013-10-08 Thread Aparna Datt
hi i was going through code of nova on github...but there are no readme files available regarding code organization of nova. Can anyone provide me with a link from where i can begin reading the code ? or if anyone can help me by indicators on from which files / folders the nova begins its proce

Re: [Openstack] what is the code organization of nova?

2013-10-08 Thread Li Ma
Right now, the guideline for developers is not that sufficient. Nova has lots of components. I always learn it by debugging a certain component to see how it works. Here's several useful links: https://github.com/openstack/nova/tree/master/doc http://docs.openstack.org/developer/nova/ You can als

[Openstack] What Exactly Flavor Work?

2013-10-08 Thread Mahardhika Gilang
Hi all, get confused here after several days finding away out through this issue, - i can't get real size of /vda/ disk on instance that i create - i have follow many step out here : http://www.logilab.org/blogentry/115219 http://waipeng.wordpress.com/2013/05/20/building-centos-images-for-openstac

Re: [Openstack] What Exactly Flavor Work?

2013-10-08 Thread Tom Fifield
On 09/10/13 15:04, Mahardhika Gilang wrote: Hi all, get confused here after several days finding away out through this issue, - i can't get real size of /vda/ disk on instance that i create - i have follow many step out here : http://www.logilab.org/blogentry/115219 http://waipeng.wordpress.com/2

Re: [Openstack] What Exactly Flavor Work?

2013-10-08 Thread Tom Fifield
On 09/10/13 15:27, Tom Fifield wrote: On 09/10/13 15:04, Mahardhika Gilang wrote: Hi all, get confused here after several days finding away out through this issue, - i can't get real size of /vda/ disk on instance that i create - i have follow many step out here : http://www.logilab.org/blogentr

Re: [Openstack] FWaaS - where can I find logs of audited policies?

2013-10-08 Thread Rami Vaknin
On 10/09/2013 12:31 AM, Sumit Naiksatam wrote: The audited flag is not for generating audit logs. It's meant to indicate whether the particular firewall policy was audited or not by the creator of the firewall policy. Ohh, ok, thanks for the explanation. ~Sumit. On Tue, Oct 8, 2013 at 4:0

Re: [Openstack] What Exactly Flavor Work?

2013-10-08 Thread Mahardhika Gilang
On 10/9/2013 11:29 AM, Tom Fifield wrote: On 09/10/13 15:27, Tom Fifield wrote: On 09/10/13 15:04, Mahardhika Gilang wrote: Hi all, get confused here after several days finding away out through this issue, - i can't get real size of /vda/ disk on instance that i create - i have follow many st

Re: [Openstack] What Exactly Flavor Work?

2013-10-08 Thread Mahardhika Gilang
On 10/9/2013 11:27 AM, Tom Fifield wrote: On 09/10/13 15:04, Mahardhika Gilang wrote: Hi all, get confused here after several days finding away out through this issue, - i can't get real size of /vda/ disk on instance that i create - i have follow many step out here : http://www.logilab.org/bl

Re: [Openstack] What Exactly Flavor Work?

2013-10-08 Thread Frans Thamura
Mahardihka Why dont use ubuntu? My personal, centos.is fork redhat, try rh openstack first , if it is good. You can go to centos. Rh openstack.is preview, cmiiw F On Oct 9, 2013 12:07 PM, "Mahardhika Gilang" wrote: > On 10/9/2013 11:29 AM, Tom Fifield wrote: > > On 09/10/13 15:27, Tom Fifiel

Re: [Openstack] What Exactly Flavor Work?

2013-10-08 Thread Andalabs
Hi tom I used ubuntu for run kvm, and centos for vm, used centos because all our current running physical server is run with centos. Have been used redhat but it just waste time with their repository issue. One i notice is, size of /dev/vda is follow the size of its image. So what is the used fla

Re: [Openstack] what is the code organization of nova?

2013-10-08 Thread Li Ma
Here's a simple workflow on how nova components are working together. End user --> nova(Shell) --> python-nova-client --> nova-api service --> nova-XXX services all the nova-XXX services are started in the corresponding script files located at https://github.com/openstack/nova/tree/master/nova/cm