Re: [Openstack] Openstack in a "real" setup with ODL controller

2015-05-16 Thread Tai, Hideyuki
Hi Mitchell, OpenDaylight provides several ways to integrate with OpenStack. One way to integrate with OpenStack is to use VTN features of OpenDaylight. It seems that Silvia was using VTN features for the OpenStack integration. VTN stands for Virtual Tenant Network, and it provide network virtual

Re: [Openstack] [Neutron] - Neutron social Monday night

2015-05-16 Thread Kevin Benton
Hi everybody! I got us a place for Monday night at 8pm. Here is the link: http://www.yelp.com/biz/yaggers-downtown-restaurant-and-sports-bar-vancouver Don't forget to show up, they are opening the restaurant just for us! On May 12, 2015 2:16 PM, "Kevin Benton" wrote: > Hello all, > > I thought

Re: [Openstack] Openstack in a "real" setup with ODL controller

2015-05-16 Thread Mitchell Chen
Hi Hideyuki What does " The OpenStack integration does not work only in Helium SR3" in red in the following link: https://wiki.opendaylight.org/view/Release/Helium/VTN/User_Guide/OpenStack_Support Does that mean OpenStack integration with OpenDaylight Controller not working in ODL Helium SR3? D

[Openstack] [cloudbase-init]Puppet agent configuration at instance boot time

2015-05-16 Thread Foss Geek
Dear All, I have a windows image(qcow2) with puppet agent installed. It has the below default configuration. Config Filename Path: c:\Documents and Settings\All Users\Application Data\PuppetLabs\etc\puppet.conf [main] server=puppetmaster.example.com pluginsync=true autoflush=true runinterval=60

Re: [Openstack] modify policy for security group on neutron

2015-05-16 Thread Salvatore Orlando
Perhaps you can achieve this by editing policy.json (located by default in /etc/neutron). For instance you can allow only admin users to add security group rules to any security group by specifying the following: "create_security_group_rule": "admin_only" Similar rules for update and deletion of