[Openstack] Hi All

2015-09-02 Thread Maisnam Ns
Hello, Joined openstack with the intention of contributing code. Just wanted to say Hi to all Regards Niranjan ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : htt

Re: [Openstack] Building DevStack

2015-09-02 Thread David Medberry
http://www.slideshare.net/SajuMadhavan/open-stack-devstack-screen-commands-and-key-bindings may be more current. On Wed, Sep 2, 2015 at 6:57 PM, David Medberry wrote: > Be aware that there is a "screen" session running with each of the > services. If you go to the appropriate screen in the scree

Re: [Openstack] Building DevStack

2015-09-02 Thread David Medberry
Be aware that there is a "screen" session running with each of the services. If you go to the appropriate screen in the screen session and then "Ctrl-C" therein and hit up arrow return, you'll basically be restarting just that service. This may be out of date but give it a try: http://www.rushiag

[Openstack] Building DevStack

2015-09-02 Thread Sumanth Sathyanarayana
Hi, I am relatively new to openstack and devstack and wanted to know if there is any easy way to build devstack, every time I change a class or a python file in /opt/stack/* If I just compile that particular python file which has been changed (say in Horizon - /opt/stack/horizon/*), it doesn't get

[Openstack] Unable to boot instances when multiple Neutron networks present

2015-09-02 Thread Matt Dupre (projectcalico.org)
Hi all, We've been seeing a problem where we can boot instances when there's one Neutron network configured, but not if a second is configured (even though the instance isn't using that network!). The symptom is an ERROR status in the dashboard, and a "MessagingTimeout: Timed out waiting for repl

Re: [Openstack] Neutron add external interface to external router?

2015-09-02 Thread James Denton
Hi Michael, If you are creating an external network it will more than likely not be VXLAN/GRE but would be of type VLAN or FLAT. In the ML2 configuration file there is a mapping under [linux_bridge] labeled ‘physical_interface_mappings’. In an OSAD deployment, it may look like this: [linux_bri

Re: [Openstack] Neutron add external interface to external router?

2015-09-02 Thread Matt Kassawara
Using the Linux bridge agent? If so, take a look at the scenario [1] in the networking guide. [1] http://docs.openstack.org/networking-guide/scenario_legacy_lb.html On Wed, Sep 2, 2015 at 5:22 AM, Mohammed Naser wrote: > Sorry for brief reply, I'm on mobile > > external_network_bridge is suppos

Re: [Openstack] Neutron add external interface to external router?

2015-09-02 Thread Mohammed Naser
Sorry for brief reply, I'm on mobile external_network_bridge is supposed to point to a bridge such as br-ex which is manually created, not a physical Ethernet device On Wed, Sep 2, 2015 at 1:50 AM Michael Gale wrote: > Hello, > > I am running the Kilo release using os-ansible-deployment and