Re: [Openstack] FLOATING IP ISSUE

2016-10-18 Thread Eugen Block
Did you check your security group settings? They block almost every traffic by default. Are you able to login to your vm via ssh or how do you connect? I would assume that this issue is one of the most asked so there should be plenty of answers already for all kinds of environments on http:

[Openstack] Reverse proxy component

2016-10-18 Thread Jose Manuel Ferrer Mosteiro
Hi I wonder if there is some kind of reverse proxy module for OpenStack. In some cases the OpenStack deployment is in an internal network without external visibility. When I want to expose a server to outside I use a nginx or an apache with this configuration: +++ ProxyPass / http://webp

Re: [Openstack] why baremetal did not send dhcp request in tenant network

2016-10-18 Thread Travis Vu
Yes, baremetal is setup to use DHCP (network boot). Baremetal dhcp works fine in the provisioning network. That's how it was able to load user OS from Ironic. Once it loaded user OS, it reboots using the user OS into the tenant network. From watching the monitor, the baremetal did not send any d

[Openstack] IPv6 and Liberty (or Mitaka).

2016-10-18 Thread Ken D'Ambrosio
Hey, all. I have a Liberty cloud, and decided for the heck of it to start dipping my toe into IPv6. I do have some confusion, however. I can choose between SLAAC, DHCPv6 stateful and DHCPv6 stateless -- and I see some writeups on what they do, but I don't understand what differentiates them.

Re: [Openstack] why baremetal did not send dhcp request in tenant network

2016-10-18 Thread Nasir Mahmood
Is the BIOS on baremetal hardware configured to boot from dhcp. Looks like opposite to me . It should at least show you to boot either into local os or other available options like usb, network boot etc. On Oct 19, 2016 12:24 AM, "Rick Jones" wrote: On 10/18/2016 11:54 AM, Travis Vu wrote: >

Re: [Openstack] why baremetal did not send dhcp request in tenant network

2016-10-18 Thread Rick Jones
On 10/18/2016 11:54 AM, Travis Vu wrote: I used Openstack Ironic to provision baremetal. baremetal booted up in provisioning network and loaded user OS. When baremetal rebooted into tenant network, it did not send dhcp request. I cannot ping the tenant IP address Ironic assigned to baremetal.

[Openstack] why baremetal did not send dhcp request in tenant network

2016-10-18 Thread Travis Vu
I used Openstack Ironic to provision baremetal. baremetal booted up in provisioning network and loaded user OS. When baremetal rebooted into tenant network, it did not send dhcp request. I cannot ping the tenant IP address Ironic assigned to baremetal. Why did baremetal not send dhcp request whe

[Openstack] baremetal booted up but keyboard is not working

2016-10-18 Thread Travis Vu
I used Openstack Ironic to provision baremetal. Baremetal booted into tenant network, but the keyboard does not work. Nova show baremetal status=ACTIVE. How do I get the baremetal keyboard to work? Thanks in advance, Travis ___ Mailing list: http://lis

Re: [Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-18 Thread Doug Hellmann
Excerpts from Kevin Wilson's message of 2016-10-18 11:41:21 +0300: > Helo, Tinath, > Thanks for your quick repsonse. It did help. After some trials I found out > that > LOG.error messages from stevedore/extension.py are shown in > /var/log/nova-compute.log > However, I cannot find where I can set

Re: [Openstack] [OpenStack] [Newton] Set up environment failed with offical newton install guide

2016-10-18 Thread Neil Jerram
I would guess that:1. You need to be on Xenial. 2. You need to upgrade whichever package it is that provides add-apt-repository. (A general 'apt-get update && apt-get upgrade' should cover that.)Regards,    Neil 

Re: [Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-18 Thread Trinath Somanchi
Check " INFO" in the logs. -Original Message- From: Kevin Wilson [mailto:wkev...@gmail.com] Sent: Tuesday, October 18, 2016 2:11 PM To: Trinath Somanchi Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Location of log messages for stevedore extensions in OpenStack Helo, Tinat

Re: [Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-18 Thread Kevin Wilson
Helo, Tinath, Thanks for your quick repsonse. It did help. After some trials I found out that LOG.error messages from stevedore/extension.py are shown in /var/log/nova-compute.log However, I cannot find where I can set the log level to be "info" (so that LOG.info messages will be displayed). I lo