Re: [Openstack] Call for participation: translate Horizon for Icehouse version

2014-03-24 Thread Tom Fifield
Bengali: https://www.transifex.com/projects/p/openstack/language/bn_IN/ Hindi: https://www.transifex.com/projects/p/openstack/language/hi/ if there is no local team on the wiki @ https://wiki.openstack.org/wiki/I18nTeam then perhaps there is no coordinator right now. Instructions to create a l

Re: [Openstack] IP change on control node

2014-03-24 Thread Adam Lawson
Hi Greg, If you change all of your IP addresses after you've deployed OpenStack, that one of the most disruptive things one can do. Keystone deployed standalone has IPs in endpoints for sure but I'd look more closely at how your services talking to Keystone since its more likely other services are

Re: [Openstack] IP change on control node

2014-03-24 Thread Greg Chavez
Bah... didn't update my shell credentials. Well I feel dumb. On Mon, Mar 24, 2014 at 6:36 PM, Greg Chavez wrote: > > My site just went through a major data center move. Besides floating IPs, > the only IPs I thought I would need to change were on the control node, > which runs keystone, nova, g

[Openstack] IP change on control node

2014-03-24 Thread Greg Chavez
My site just went through a major data center move. Besides floating IPs, the only IPs I thought I would need to change were on the control node, which runs keystone, nova, glance, quantum-server, and cinder. I changed all the IPs in the appropriate places in /etc/ and I even went to the trouble o

Re: [Openstack] Call for participation: translate Horizon for Icehouse version

2014-03-24 Thread Adam Lawson
If the language team page says I must join an OpenStack team in order to do any work, how do I do so when the join team says to join some other team without being specific? *Adam Lawson* AQORN, Inc. 427 North Tatnall Street Ste. 58461 Wilmington, Delaware 19801-2230 Toll-free: (888) 406-7620 O

Re: [Openstack] Call for participation: translate Horizon for Icehouse version

2014-03-24 Thread Adam Lawson
For instance, if we want to work on the Hindi / Bengali translations, it says to join another team but provides no link to help me do so. Thoughts? *Adam Lawson* AQORN, Inc. 427 North Tatnall Street Ste. 58461 Wilmington, Delaware 19801-2230 Toll-free: (888) 406-7620 On Mon, Mar 24, 2014 at 3:

Re: [Openstack] Auth issue with glance

2014-03-24 Thread Adam Lawson
Are you able to authenticate in Keystone without introducing the additional service? This should indicate if your default Keystone admin credentials are authenticating via user/pass versus PKI tokens (a little different but I like it): $ unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT > $ export OS_US

Re: [Openstack] Auth issue with glance

2014-03-24 Thread Erich Weiler
Ah, no, this is the first one. ;) I can auth users however with "keystone token-get" so I know that works at least. "glance-api-paste.ini" and "glance-registry-paste.ini" have been integrated into glance-api.conf and glance-registry.conf so I don't need to edit those (for RedHat RDO only).

Re: [Openstack] Keystone support for simultaneous AD/LDAP domain

2014-03-24 Thread Adam Lawson
For now you have to pick one. With Icehouse Release 3, federation of multiple IdP's (multiple Identity Provider back-ends) will be supported with Keystone. Hope this helps. Mahalo, Adam *Adam Lawson* AQORN, Inc. 427 North Tatnall Street Ste. 58461 Wilmington, Delaware 19801-2230 Toll-free: (888

Re: [Openstack] Auth issue with glance

2014-03-24 Thread Adam Lawson
Do you have any other OpenStack services authenticating against Keystone successfully? *Adam Lawson* AQORN, Inc. 427 North Tatnall Street Ste. 58461 Wilmington, Delaware 19801-2230 Toll-free: (888) 406-7620 On Mon, Mar 24, 2014 at 11:43 AM, Erich Weiler wrote: > Hi Y'all, > > I'm trying to c

Re: [Openstack] Using OpenStack in a CI/CD runway

2014-03-24 Thread Daniel Ellison
On Mar 21, 2014, at 7:32 AM, Daniel Ellison wrote: > Those steps sound reasonable. For the last step we'll likely spin up a new VM > and then swap it with the currently running VM. How we do that is still up in > the air: We could fiddle with DNS or we could move a floating IP between the > VMs

[Openstack] Auth issue with glance

2014-03-24 Thread Erich Weiler
Hi Y'all, I'm trying to configure Glance on RedHat RDO Icehouse, but I'm getting an auth error when I try to upload an image to it. On the client I'm trying to upload from, I see: # glance -d image-create --name="CirrOS 0.3.1" --disk-format=qcow2 --container-format=bare --is-public=true < c

[Openstack] [Heat] admin_user property implementation

2014-03-24 Thread Michaƫl Van de Borne
Hi there, 1. When an instance is booted from a Heat stack, the user for whom the ssh public key is injected is, by default, 'ec2-user'. Even if there is a cloud-wide setting (instance_user in /etc/heat/heat.conf) that allows to change this, it isn't a good solution, as all stack deployments wi

Re: [Openstack] floatting ip are not created

2014-03-24 Thread Maximiliano Osorio
I don't see the phy-br-eth1 and the int-br-eth1 (vlan) or br-tun (gre). I had a problem similar [1] with Ubuntu 14.04 and Havana, can you post the content of /etc/default/neutron-server? [1] https://ask.openstack.org/en/question/25115/openvswitch-missing-phy-br-eth1-and-int-br-eth1/?answer=25143

Re: [Openstack] Multi-tenancy in Trove ?

2014-03-24 Thread Amrith Kumar
Arun, I'd love to hear more from you about your requirements regarding multi-tenancy. We are working on something in this area and would like to see whether our solution(s) will help you. Thanks, -amrith Amrith Kumar, Founder & CTO [tesora-small] Mobile: 978-563-9590 Direct: 978-707-8010 x

[Openstack] floatting ip are not created

2014-03-24 Thread cheniour ghassen
Hi everyone, I have configured openstack Havana on ubutu server 12.04. I have three servers: controller, compute and network nodes. I have used neutron for networking with openvswitch. I can deply and run an instance. But i can't ping or ssh the floatting ip associated with the instance. I added i

[Openstack] Keystone support for simultaneous AD/LDAP domain

2014-03-24 Thread Mohammed, Allauddin
Hi All, I have a generic deployment, where I would like to configure Keystone with AD, LDAP and SQL domain as my identity backend. Such that users from AD,LDAP and SQL can have access to my swift resources. Let me know if this feasible in current Ice House release or are there any plans fo