Re: [Openstack] [openstack] Tenant/Project resource name spaces does not seem to work

2017-04-07 Thread Lars-Erik Helander
Akihiro and James, Thanks for your input. I did suspect that “admin” role could be the issue, so I had tested that but not in all ways. What I have found is this: - Having a user that has had the admin role assignment but then the assignment is removed, then using Horizon you will only see its

Re: [Openstack] setup mail server in ubuntu cloud image

2017-04-07 Thread Amit Uniyal
I have seen only ingress option to set SMTP rule not egress. [image: Inline image 1] And I haven't set any network rule that can stop smtp server by intension. Can you tell me how can I check it, I already tried at OS level smtp is running. On Thu, Apr 6, 2017 at 5:58 PM, Turbo Fredriksson

Re: [Openstack] setup mail server in ubuntu cloud image

2017-04-07 Thread Turbo Fredriksson
On 7 Apr 2017, at 08:21, Amit Uniyal wrote: > I have seen only ingress option to set SMTP rule not egress. Well, you’re going to need egress as well! ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstac

Re: [Openstack] Static IP for VM

2017-04-07 Thread Georgios Dimitrakakis
Can this fixed-ip option be used when an instance is already available or is it only for when spawning a new VM? What I would like to achieve here is the following: Let's assume that we create a new VM on the self-service network. That VM gets an IP which follows the VM for its entire existe

Re: [Openstack] libvirtd remote access security for Live migration

2017-04-07 Thread Daniel P. Berrange
On Fri, Apr 07, 2017 at 09:27:16AM +0800, sosogh wrote: > Hi list: > > I want to setup security for libvirtd. > I have read these articles: > https://wiki.openstack.org/wiki/OSSN/OSSN-0007 > https://www.ibm.com/support/knowledgecenter/en/linuxonibm/liabp/liabpkvmsecsrmsasl.htm > > My current conf

[Openstack] LinuxBridge Agent Error

2017-04-07 Thread Georgios Dimitrakakis
Hello, I am having an Ocata installation and on my Compute Node the "linuxbridge-agent.log" file is constantly filling out with messages like this: 2017-04-07 13:37:47.709 1397 ERROR neutron.plugins.ml2.drivers.agent._common_agent Traceback (most recent call last): 2017-04-07 13:37:47.709 1

Re: [Openstack] LinuxBridge Agent Error

2017-04-07 Thread Kevin Benton
You may be missing whatever package in your distro provides the 'conntrack' util. On Apr 7, 2017 03:52, "Georgios Dimitrakakis" wrote: > Hello, > > I am having an Ocata installation and on my Compute Node the > "linuxbridge-agent.log" file is constantly filling out with messages like > this: > >

Re: [Openstack] setup mail server in ubuntu cloud image

2017-04-07 Thread Amit Uniyal
I added port 25 in egress still not working. On Fri, Apr 7, 2017 at 1:36 PM, Turbo Fredriksson wrote: > On 7 Apr 2017, at 08:21, Amit Uniyal wrote: > > > I have seen only ingress option to set SMTP rule not egress. > > Well, you’re going to need egress as well! > ___

Re: [Openstack] Nova connects to rabbitmq on localhost during migrate (ocata)

2017-04-07 Thread Kim Gert Nielsen
On Thu, Apr 06, 2017 at 01:54:22PM +, Jens Rosenboom wrote: > Sorry for forgetting to CC the ML on my first reply. > > > >> This is taken from the nova.conf during creation of your cell, see > >> https://docs.openstack.org/developer/nova/cells.html#fresh-install > >> Do you have the same config

Re: [Openstack] LinuxBridge Agent Error

2017-04-07 Thread Brian Haley
On 04/07/2017 07:19 AM, Kevin Benton wrote: You may be missing whatever package in your distro provides the 'conntrack' util. Like Kevin said, it's probably missing conntrack. There is an upstream patch that you might be able to apply to show a better message, https://review.openstack.org/#/

Re: [Openstack] Static IP for VM

2017-04-07 Thread John Petrini
Hi Georgios, Yes you can. You would need to create a new port in neutron using the --fixed-ip flag to assign the IP you want. Then attach the port to you instances and DHCP will hand it that IP. ___ John Petrini ___ Mailing list: http://lists.openstac

Re: [Openstack] LinuxBridge Agent Error

2017-04-07 Thread Remo Mattei
Is this a packstack installation? Inviato da iPhone > Il giorno 07 apr 2017, alle ore di 07:19, Kevin Benton ha > scritto: > > You may be missing whatever package in your distro provides the 'conntrack' > util. > >> On Apr 7, 2017 03:52, "Georgios Dimitrakakis" wrote: >> Hello, >> >> I am

Re: [Openstack] setup mail server in ubuntu cloud image

2017-04-07 Thread Remo Mattei
By default all ports going out are open! Inviato da iPhone > Il giorno 07 apr 2017, alle ore 08:17, Amit Uniyal ha > scritto: > > I added port 25 in egress still not working. > >> On Fri, Apr 7, 2017 at 1:36 PM, Turbo Fredriksson wrote: >> On 7 Apr 2017, at 08:21, Amit Uniyal wrote: >> >>

[Openstack] can't access to horizon

2017-04-07 Thread Konstantin Raskoshnyi
Hi folks, I just installed a fresh Mirantis Openstack 9, When I try to access to horizon URL ends on Ip x.x.x.4, but controller address ends on x.x.x.5 I can't ping horizon panel, but...If I open controller console I can ping ip address on x.x.x.4, looks like it's something local...But I don't see

Re: [Openstack] LinuxBridge Agent Error

2017-04-07 Thread Georgios Dimitrakakis
Hello, I am on CentOS 7 and this is a manual Ocata installation as described on the deployment guide. My cloud seems to be operating normally even with these messages. The thing is that I don't like all these (there are a whole bunch of them every second) in my log files. I will try to see

Re: [Openstack] Static IP for VM

2017-04-07 Thread Georgios Dimitrakakis
All right! Thank you all for the feedback! Best, G. Hi Georgios, Yes you can. You would need to create a new port in neutron using the --fixed-ip flag to assign the IP you want. Then attach the port to you instances and DHCP will hand it that IP. ___ John Petrini _