Re: [Openstack] Bug when add compute node

2014-05-02 Thread George Shuklin
You've got broken openvswitch. That usually happens if kernel module doesn't match userspace version. Check if you got proper kernel version, or reinstall ovs, or roll back to previous version. On Apr 19, 2014 6:07 AM, "le cuon" wrote: > Hi All, > > I am having one Server run Openstack. I setup

[Openstack] Cinder-volume service not registering in database

2014-05-02 Thread Scott Devoid
Hi all, I am having trouble deploying a second cinder-volume service on our Havana system (2013.2.3). $ cinder service-list +--+-+--+-+---++ | Binary | Host | Zone | Status | State | Updated_at | +---

[Openstack] Horizon stats wrong?

2014-05-02 Thread Erich Weiler
Hi Folks, I'm noticing this odd inconsistency in Horizon, when logged in as admin. Under the "Hypervisor Summary" tab, it tends to show that resources are being used when in fact they are not. Like, it will say 2 instances are on a node when there are in fact none. If I click on the node i

[Openstack] [Marconi] Guidelines for deployment

2014-05-02 Thread João Faria
Hello, I have searched a bit on the mailing list and o the web at large but I haven't really found what I'm looking for. Does anyone have experience with deploying Marconi on production environments, on top of OpenStack resources (ie. Nova instances, possibly deployed using Heat templates)? What I

[Openstack] question about neutron and floating IP with vlan tagging

2014-05-02 Thread Francesco Allertsen
Hello everyone, I set up my first OpenStack infrastructure with packstack (answer file attached), and after some configuration testing everything was working great, with 3 compute nodes. After that I needed to change the network configuration of both the internal and external network cards using

[Openstack] Glance - and the use of the "project_id:%(project_id)" rule

2014-05-02 Thread Michael Hearn
Having played with the policies and rules within glance's policy.json file I have not had any success using the rule, "project_id:%(project_id)" to restrict api usage. Without changing user/role/tenant I have had success using project_id:%(project_id)" with cinder. I cannot find anything to sugges

Re: [Openstack] Keystone w/ LDAP identity

2014-05-02 Thread Jasper Capel
No, we didn’t do anything with custom drivers. We implemented the pipeline solution referred to in this document: http://docs.openstack.org/developer/keystone/external-auth.html Jasper On 02 May 2014, at 15:00, Michael Hearn wrote: > Jasper > Are you alluding to the hybrid drivers as discusse

Re: [Openstack] Keystone w/ LDAP identity

2014-05-02 Thread Adam Young
So, here is the direction we are going: Federation allows us to remove the need to have a Backend LDAP driver at all. Instead, we at Red Hat are planning on build solutions around using mod_identity_lookup and sssd. The Keystone server machine will be configured with LDAP PAM and nsswitch m

Re: [Openstack] Keystone w/ LDAP identity

2014-05-02 Thread Michael Hearn
Jasper Are you alluding to the hybrid drivers as discussed & avail via http://www.mattfischer.com/blog/?tag=openstack-2 ~Mike. On Thu, May 1, 2014 at 11:17 PM, Lillie Ross-CDSR11 < ross.lil...@motorolasolutions.com> wrote: > I’ve been playing with using LDAP authentication (identity) and SQL >

Re: [Openstack] Database instance in error status

2014-05-02 Thread Ali Nazemian
Hi, It was not there too ... On Mon, Apr 28, 2014 at 12:58 PM, Yitao Jiang wrote: > Sorry, it's here /opt/stack/logs/screen-n-cpu.log > > > --- > Thanks, > Yitao > jiangyt.github.io > > > On Mon, Apr 28, 2014 at 2:13 PM, Ali Nazemian wrote: > >> Unfortunately I did not find any nova-compute.log

[Openstack] Status of Limited live upgrades? (Icehouse controller, Compute havana)

2014-05-02 Thread Robert van Leeuwen
Hi, I am testing a split upgrade scenario (controller = Icehouse, Compute=havana) There seems to be quite a bit of functionality missing / not working. I tested just a few things and already noticed these things do not work: * Terminating instances ( https://bugs.launchpad.net/nova/+bug/1315288 )

Re: [Openstack] [Trove] Integrating trove and phpmyadmin

2014-05-02 Thread Ali Nazemian
No, I did not succeed. On Tue, Apr 29, 2014 at 7:19 AM, Hopper, Justin wrote: > Reposting with [Trove] DesignationŠ > > > > Justin Hopper > Software Engineer - DBaaS > irc: juice | gpg: EA238CF3 | twt: @justinhopper > > > > > On 4/28/14, 19:30, "Cotton Tenney" wrote: > > >Have you had any luck

Re: [Openstack] Keystone w/ LDAP identity

2014-05-02 Thread Jasper Capel
We ran into a similar issues, wanting to authenticate our corporate users against the company AD, but keeping our services accounts separate. We ended up writing a little piece of Keystone middleware that sits on the Keystone request pipeline. It will attempt to authenticate the user against our