Re: [openstack-dev] [neutron] Why neutron-openvswitch-agent use linux-bridge?

2013-11-27 Thread Lorin Hochstein
applied directly on TAP devices that are connected to an Open vSwitch port. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ OpenStack-dev mailing list OpenStack-dev@lists.ope

Re: [openstack-dev] [nova] future fate of nova-network?

2013-11-22 Thread Lorin Hochstein
subscribe to openstack or openstack-dev lists because of the enormous traffic volume. Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack

Re: [openstack-dev] How to best make User Experience a priority in every project

2013-11-20 Thread Lorin Hochstein
d (around programs >> only) made it difficult to discuss cross-project and cross-program >> issues. To address that, the plan is to carve cross-project space into >> the next design summit, even if that means a little less topical >

[openstack-dev] [nova] future fate of nova-network?

2013-11-15 Thread Lorin Hochstein
Was the fate of nova-network discussed at the icehouse summit? In particular, has there been a decision made about whether it will definitely be deprecated in some (as yet unspecified) future release, or whether it will continue to be supported for the foreseeable future? Lorin -- Lorin

Re: [openstack-dev] python API for showing detail of target like server, flavor, etc

2013-11-14 Thread Lorin Hochstein
ant Python to print out all of the fields, try this: from pprint import pprint server = nova.servers.find(name=instancename) pprint(server.__dict__) That will print out the attributes of the server object that you can access. It should look very similar to the json returned by the REST API. L

Re: [openstack-dev] [Nova] Configuration validation

2013-11-13 Thread Lorin Hochstein
mas/generator.py >> >> I think it would be useful to discuss pros and cons of contributing parts >> of this code to oslo.config. >> > > There's definitely some overlap with the planned work from > https://etherpad.openstack.org/p/icehouse-oslo-config-import-sid

Re: [openstack-dev] [nova] EC2 Compatibility metadata on config drive, fixed IP info

2013-10-23 Thread Lorin Hochstein
don't want people to use it? > I was the one who made that doc edit, but I added that particular text on suggestion of Scott Moser. The review in question was: https://review.openstack.org/#/c/16504/ Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc.

[openstack-dev] [Neutron] Security groups with OVS instead of iptables?

2013-09-03 Thread Lorin Hochstein
openvswitch brcompat module). Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Ceilometer] Documentation and patches

2013-08-31 Thread Lorin Hochstein
bug squashing activities, since devs will be encouraged to squash those bugs in their project. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [neutron] Why is "network" and "subnet" modeled separately?

2013-08-14 Thread Lorin Hochstein
n an OpenStack deployment? (e.g. one neutron network associated with multiple neutron subnets, or one neutron network associated with zero neutron subnets)? Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com