Re: [Openstack] [Keystone] keystone federation setup

2017-01-17 Thread David Stanek
On 10-Jan 14:37, Kseniya Tychkova wrote: > Sergey, > It looks looks you have a problem in attributes mapping between your > Identity Provider and Service Provider. > Please give more information: > >- what Identity Provider do you use >- what attributes your Idp is sending >- what Serv

Re: [Openstack] recommended way to install openstack today

2017-01-17 Thread Juris M.
Hi, Manuel. If your intention is to have a HA production environment, then yes, TripleO would be one manner of doing it. Mind you, this does slightly increase the architectural and networking complexity as you now have an undercloud-overcloud scheme set up, but if you're comfortable with that, the

[Openstack] [OpenStack] [Swift] Bug: Swift doesn't save last "end of file" characters

2017-01-17 Thread Alexandr Porunov
Hello, I am using Openstack Newton. I found a small bug in the Swift. It doesn't copy last "end of line" characters. Here is my test (I copy my.cnf file): # cat -A my.cnf [client-server]$ !includedir /etc/my.cnf.d$ $ # openstack object create mybucket my.cnf # openstack object save mybucket my.c

Re: [Openstack] [OpenStack] [Swift] Bug: Swift doesn't save last "end of file" characters

2017-01-17 Thread Steve Martinelli
feel free to file a bug with https://bugs.launchpad.net/python-openstackclient and we can investigate it there, which version of OSC are you using? On Tue, Jan 17, 2017 at 3:08 PM, Alexandr Porunov < alexandr.poru...@gmail.com> wrote: > Hello, > > I am using Openstack Newton. > I found a small bu

[Openstack] [Devstack] Hard code of SSL_ENABLED_SERVICES in stack.sh cause not able to add other service for SSL

2017-01-17 Thread Xin YD He
Greetings, I try to enable Zun using SSL, and add 2 statments in my local.conf, USE_SSL=TRUE SSL_ENABLED_SERVICES+=,zun but it does not work. I check the log file and found SSL_ENABLED_SERVICES=key,nova,cinder,glance,s-proxy,neutron, does not have Zun at all. later I found in stack.sh, SSL_ENAB

Re: [Openstack] [OpenStack] [Swift] Bug: Swift doesn't save last "end of file" characters

2017-01-17 Thread Steve Martinelli
Hey Alexandr, We made a change to the `object save` command recently [1], and this issue may be resolved in v3.7.0 of OSC (released yesterday!). [1] https://github.com/openstack/python-openstackclient/commit/1cdc1319d6cbfc4087551e5bf0a9875c016eca1c # openstack --version openstack 3.7.0 # pip free