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
0
votes
2 answers

Error-Openstack Installation Cinder API did not Start

I tried installing devstack OpenStack-liberty on Ubuntu 14.04 Using VM Virtualbox. I want to integrate nova,swift,cinder along with OpenStack. I have enabled services for cinder in localrc file. After trying so many times i.e stacking(run…
0
votes
1 answer

OpenStack installation - git pathspec Error

I tried installing openstack-kilo stable version. What is the meaning of this Error? Is there any problem with my stack.sh file? Please Answer. Thanx in advance. Link for the screenshot of my terminal : Please Click on the Descreption.
NaveeNeo
  • 205
  • 3
  • 13
0
votes
1 answer

Openstack swift, which url to use in my use case?

I'll be using swift as like S3, where it will host number of files for my site. I've set my container as public, and so Here is the URL for a file. https://provider/v1/auth_1293kdfj/folder/file.mp4 There are two problems: Is it correct in using…
taesu
  • 4,482
  • 4
  • 23
  • 41
0
votes
1 answer

Integrate openstack Swift storage with ceph

I am new with Software defined storage. I was working on possible ways of integration of different object storage implementations like AWS S3, Openstack Swift with Ceph. I am wondering if I can use ceph API calls to store objects in Openstack…
Dushyant Gupta
  • 507
  • 1
  • 5
  • 24
0
votes
2 answers

Where does OpenStack Swift store the rings?

does anybody know where OpenStack Swift stores the "Rings"? Is there a distributed algorithm or is it just one table somewhere on some of the Storage Nodes with information about all (!) the physical object locations (I cannot believe that because…
user3624130
  • 37
  • 2
  • 6
0
votes
1 answer

Can I install a swift without a keystone?

I need only a swift object storage. Nothing more. All tutorials I have found use keystone when they install the swift storage. If I understood correctly keystone uses controller nodes. I ask this question because I have read that swift object…
Oleksandr
  • 3,574
  • 8
  • 41
  • 78
0
votes
2 answers

How to upload a directory structure in swift object store using swift API

I am using swift object store on Bluemix to save some of my multimedia images. I noticed that SWIFT CLI tool has an option --prefix to upload a directory to the object store. I understand that Object store does not have its directory structure but…
Manoj K Sardana
  • 153
  • 1
  • 4
  • 14
0
votes
1 answer

How to resolve error 'You are not allowed to start instance: ' with openstack

Installed packstack allinone in centos7. when creating vm getting error ' You are not allowed to start instance: '.
0
votes
1 answer

List container metadata from non-Keystone Swift

This code makes GET request to RadosGW (I don't use Keystone) String srcEndpoint = "http://myhost/auth/v1.0"; SwiftApi api = ContextBuilder.newBuilder(PROVIDER).endpoint(srcEndpoint) .credentials(srcIdentity,…
gkiko
  • 2,283
  • 3
  • 30
  • 50
0
votes
1 answer

Softlayer Object Storage metadata length and folder size

I'm trying to integrate Softlayer Object Storage with our PHP Application. Im using API from https://github.com/softlayer/softlayer-object-storage-php. I have following queries :- What is Maximum value length for Object's custom Metadata. I needed…
0
votes
1 answer

Append an object in openstack swift

Is it possible to append an already existing file/object in open stack swift. If Yes, which version of swift supports it. Also is it possible to boost the read/write performance in swift.
kps
  • 163
  • 3
  • 12
0
votes
1 answer

curl: (6) could not resolve host ;401 Unauthorized on Openstack Swift (SAIO)

I'm trying to set up a 'Swift All In One' system on a Ubuntu 12.04 VM by the link:http://docs.openstack.org/developer/swift/development_saio.html. I use VMware WorkStation 12 Pro on Win7 64bit system and use 'Host-only' network mode.The VM ip…
user5440753
  • 23
  • 10
0
votes
2 answers

how to upload file to OpenStack Swift in .net / Windows phone

I have established openstack swift connection with .net/ windows 8.1 app but i am unable to find any method to upload file or create object to openstack swift using windows 8.1 app / .net Please help me how to upload file to openstack swift.
0
votes
1 answer

how to implement openstack swift API in windows phone 8.1

I am trying to add openstack-SDK-DotNet reference in my windows phone 8.1 project but it throw error- Could not install package 'OpenStack-SDK-DotNet 0.9.1'. You are trying to install this package into a project that targets…
0
votes
1 answer

Updating only metadata of an object in SoftLayer using jclouds API

I want to update only the metadata of an object stored in SoftLayer using the jclouds API. The object already exists so don't want to upload it again.