Questions tagged [openstack-swift]

Swift is a massively scalable redundant storage system providing an object storage similar to Amazon's S3. Project was started in August 2009 and is part of OpenStack.

Related tag: , see also http://OpenStack.org.

339 questions
1
vote
1 answer

Add Servicestack Reference with swiftref

I need to generate dtos with swiftref but my API doesn´t has the path /types/swift like to http://techstacks.io/types/swift. I added the swift server configuration…
Lesther Vega
  • 528
  • 3
  • 14
1
vote
1 answer

PHP OpenCloud/OpenStack how to create container for public access

Using Laravel with OpenCloud/OpenStack, I can create a container using the createContainer function but it creates a private container by default and I would like to create a container with public read access (which can be done from the hosting…
1
vote
1 answer

Node.js OpenStack Swift plugin connection error

I used NodeJS and Swift plugin I get this error when trying to implement connection Can not connect to Swift! Error: write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:794 Seems that…
Suro
  • 72
  • 7
1
vote
1 answer

Is Swift accessible if OpenStack is installed

If I have OpenStack installed on my local(virtual) machine does it mean that I can access Swift form other external hosts using API? I use DevStack install package
Serob_b
  • 965
  • 12
  • 29
1
vote
3 answers

Swift Build no such command

python-swiftclient 3.0.0 Ubuntu 16.04.1 LTS I type in swift build and it returns the list of swift commands and says at the end no such command. Could not find anyone describing this specific command line response.
nethanger1
  • 11
  • 4
1
vote
1 answer

Transient mode for unit tests with jclouds and Openstack Swift doesn't work

I just migrated to jclouds 2.0.0 (it was suppose to some of the problems with not repeatable operations and it did). Here are the dependencies org.apache.jclouds.driver
lotk
  • 384
  • 7
  • 20
1
vote
1 answer

Curl command to download a Swift object failed

I would like to download a file from Swift (Openstack) using curl. I used the following command : curl -i http://hostname:5000/v2/container_name/filename -X GET -H "X-Auth-Token:token_value" -o "response.txt" Where : response.txt : a file to store…
Amelie
  • 535
  • 1
  • 5
  • 13
1
vote
1 answer

Openstack SWIFT proxy-server malformed request on S3

I'm trying to setup S3 test bench for developers, using Devstack (using stable/newton branch in devstack configuration file - local.conf). While I'm able to browse containers and objects using CLI (openstack container / object, swift), I can't get…
Volodymyr Litovka
  • 423
  • 1
  • 4
  • 9
1
vote
1 answer

ruby openstack swift client that works with v3 identify version

I have nearly tried every gem listed on https://wiki.openstack.org/wiki/SDKs to make a client work with openstack, but so far none of them is working. Is there any ruby swift client that can work with openstack? my openstack has the following…
1
vote
0 answers

How does JOSS (Java client for OpenStack Swift) determine what proxy servers to use?

Can we force JOSS to use special proxy servers (in local DC or certain proxy server)? Will it use only one or several proxy servers to contact?
Oleksandr
  • 3,574
  • 8
  • 41
  • 78
1
vote
1 answer

Is it possible to stream a file from a Java server to OpenStack Swift?

I need to store very large files in the OpenStack swift through the Java server. Java server performs authentication, validation and other special logic after that it sends file into OpenStack Swift. The problem is that I don't need to store big…
Oleksandr
  • 3,574
  • 8
  • 41
  • 78
1
vote
1 answer

Openstack swift with ceph backend (radosgw)

I am trying to use Openstack (liberty) swift with Ceph (Jewel) using radosgw. The aim is that the objects should be stored under ceph osds. I have a working Openstack and Ceph cluster. To use Ceph as object storage backend I installed and configured…
Sbal
  • 343
  • 7
  • 20
1
vote
2 answers

openstack instance fails to spawn

i was able to spin up instance with cirros but i have created image of ubuntu 14.04 but i was unable to spin up instance using this image Please find the lob ebelow Error: Failed to perform requested operation on instance "test", the instance has…
1
vote
1 answer

swift list -p variable not setting

I'm using swift CLI and trying to download multiple objects from a container. I can do this as such for i in `swift list container -p object/201505`; do swift download container $i; done the problem is I have multiple objects I need to search for…
1
vote
1 answer

How to create/upload to sub containers with Rackspace?

How do you create sub containers (directory) and upload them using Rackspace OpenNetStack SDK? I've tried adding "\" when creating a sub container however it actually creates a container with the name folder\subfolder because I cannot find anywhere…
NuWin
  • 276
  • 5
  • 15