Re: [Openstack] [Swift] LookupError: Entry point 'copy' not found

2016-05-20 Thread Mark Kirkwood
On 20/05/16 20:37, Alexandr Porunov wrote: I try to install swift but without success. When I run this command: swift-init proxy start It show me an error: Traceback (most recent call last): (snippage) File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 659, in find_egg_e

Re: [Openstack] [Swift] Unexplained 404s

2016-05-20 Thread Mark Kirkwood
On 21/05/16 05:27, Shrinand Javadekar wrote: Hi, I am troubleshooting a test setup where Swift returned a 201 for objects that were put in it but later when I tried to read it, I got back 404s. The system has been under load. I see lots of connection errors, lock-timeouts, etc. However, I am no

Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-20 Thread Adam Young
On 05/20/2016 12:18 PM, magicb...@hotmail.com wrote: Hi Adam What do you mean with "upgrade the Fuel code to use the V3 Keystone API"?? Afaik I'm running the latest FUEL distro released, which is fuel 8.0is there any new version available? Not you, the Fuel developers. On 20/05/16 17:

Re: [Openstack] [Swift] Unexplained 404s

2016-05-20 Thread John Dickinson
On 20 May 2016, at 10:27, Shrinand Javadekar wrote: > Hi, > > I am troubleshooting a test setup where Swift returned a 201 for > objects that were put in it but later when I tried to read it, I got > back 404s. > > The system has been under load. I see lots of connection errors, > lock-timeouts,

[Openstack] [Swift] Unexplained 404s

2016-05-20 Thread Shrinand Javadekar
Hi, I am troubleshooting a test setup where Swift returned a 201 for objects that were put in it but later when I tried to read it, I got back 404s. The system has been under load. I see lots of connection errors, lock-timeouts, etc. However, I am not sure if ever Swift should be returning a 404.

Re: [Openstack] Using swift-client in C with cURL to access a swift store

2016-05-20 Thread Clay Gerrard
On Fri, May 20, 2016 at 1:08 AM, Pete Zaitcev wrote: > > Look at cf_xxx functions here: > https://git.fedorahosted.org/cgit/iwhd.git/tree/backend.c > Clone > git://git.fedorahosted.org/iwhd.git > > ^ should *also* go on the associated projects list! _

Re: [Openstack] Using swift-client in C with cURL to access a swift store

2016-05-20 Thread Pete Zaitcev
On Fri, 20 May 2016 10:24:38 -0700 Clay Gerrard wrote: > > Look at cf_xxx functions here: > > https://git.fedorahosted.org/cgit/iwhd.git/tree/backend.c > > Clone > > git://git.fedorahosted.org/iwhd.git > > > ^ should *also* go on the associated projects list! Naah, iwhd is completely dead. O

[Openstack] Liberty - user with diferent domains

2016-05-20 Thread Emilio Moreno Fernandez
Hi! We are setting the platform and we have configured domains, projects and users but can not get an administrator to authorize access to multiple domains. It's possible? A user or an administrator in a domain can access various projects, it is correct. But that same user to view multiple doma

Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-20 Thread magicb...@hotmail.com
Hi Adam What do you mean with "upgrade the Fuel code to use the V3 Keystone API"?? Afaik I'm running the latest FUEL distro released, which is fuel 8.0is there any new version available? On 20/05/16 17:16, Adam Young wrote: On 05/20/2016 06:14 AM, magicb...@hotmail.com wrote: Hi I've d

Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-20 Thread magicb...@hotmail.com
Hi Eugen I have admin_token set, but token_provider isn't set. Can I run "su -s /bin/sh -c "keystone-manage db_sync" keystone" without loosing any data (current users, roles, permissions, etc)?? J. On 20/05/16 12:42, Eugen Block wrote: Hi, I had a similar issue, in Liberty I used uuid toke

Re: [Openstack] add new ports to port mirror

2016-05-20 Thread Kaustubh Kelkar
From http://openvswitch.org/support/dist-docs/ovs-vsctl.8.txt , can you try the following? To mirror traffic on ports eth0 and eth1 on port mirror sniff0: ovs-vsctl -- set Bridge br-int mirrors=@m \ -- --id=@eth0 get Port eth0 \ -- --id=@eth1 get Port eth1 \ -- --id=@sniff0 get Port sniff0 \ --

Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-20 Thread Adam Young
On 05/20/2016 06:14 AM, magicb...@hotmail.com wrote: Hi I've deployed FUEL 8.0 (liberty) on my lab and noticed that FUEL works with fernet tokens. Because I have an old app which only works with UUID, I have changed /etc/keyston/keyston.conf from: [token] provider = keystone.token.p

Re: [Openstack] keystone: change from fernet tokens to uuid

2016-05-20 Thread Eugen Block
Hi, I had a similar issue, in Liberty I used uuid tokens, then I upgraded to Mitaka and also switched to fernet tokens. Because of some kind of inconsistency I wanted to switch back to uuid. Do you have an admin_token set in your keystone.conf? I compared my current conf file to the liberty

[Openstack] keystone: change from fernet tokens to uuid

2016-05-20 Thread magicb...@hotmail.com
Hi I've deployed FUEL 8.0 (liberty) on my lab and noticed that FUEL works with fernet tokens. Because I have an old app which only works with UUID, I have changed /etc/keyston/keyston.conf from: [token] provider = keystone.token.providers.fernet.Provider to: [token] provid

[Openstack] add new ports to port mirror

2016-05-20 Thread Priyanka
Hi, I am having port mirror on br-int of compute node to capture traffic from VM. Can I add new ports (i.e. of a new VM) to an existing port mirror? If so, what command do I need to use? Thanks, Priyanka ___ Mailing list: http://lists.openstack.or

[Openstack] [Swift] LookupError: Entry point 'copy' not found

2016-05-20 Thread Alexandr Porunov
I try to install swift but without success. When I run this command: swift-init proxy start It show me an error: Traceback (most recent call last): File "/usr/bin/swift-proxy-server", line 23, in sys.exit(run_wsgi(conf_file, 'proxy-server', **options)) File "/usr/lib/python2.7/site-packa

Re: [Openstack] [swift] Object replication failure counts confusing in 2.7.0

2016-05-20 Thread Mark Kirkwood
On 20/05/16 20:03, Pete Zaitcev wrote: On Wed, 18 May 2016 16:46:05 +1200 Mark Kirkwood wrote: May 18 04:31:17 markir-dev-ostor002 object-server: object replication failure 4, detail Traceback (most recent call last):#012 File "/opt/cat/openstack/swift/local/lib/python2.7/site-packages/swift/

Re: [Openstack] Using swift-client in C with cURL to access a swift store

2016-05-20 Thread Pete Zaitcev
On Wed, 18 May 2016 11:21:29 -0700 Clay Gerrard wrote: > I haven't heard much about folks using Swift bindings for C - there's no C > bindings listed on the associated projects page [1]. I'm sure just using The so-called "Image Warehouse" of the Aeolus project has a minimal handler for CF in C.

Re: [Openstack] [swift] Object replication failure counts confusing in 2.7.0

2016-05-20 Thread Pete Zaitcev
On Wed, 18 May 2016 16:46:05 +1200 Mark Kirkwood wrote: > May 18 04:31:17 markir-dev-ostor002 object-server: object replication > failure 4, detail Traceback (most recent call last):#012 File > "/opt/cat/openstack/swift/local/lib/python2.7/site-packages/swift/obj/replicator.py", > > line 622