Skip to content

Instantly share code, notes, and snippets.

View mbonell's full-sized avatar

Marcela Bonell mbonell

View GitHub Profile
@mbonell
mbonell / gophercloud-swift-getting-started.go
Last active April 26, 2017 04:24
First steps using Gophercloud to interact with OpenStack Swift API
package main
import (
"bufio"
"log"
"os"
"github.com/gophercloud/gophercloud"
"github.com/gophercloud/gophercloud/openstack"
"github.com/gophercloud/gophercloud/openstack/objectstorage/v1/containers"
@mbonell
mbonell / shade-swift-getting-started.py
Last active May 10, 2017 15:08
First steps using Shade to interact with OpenStack Swift API
from shade import *
simple_logging(debug=True)
conn = openstack_cloud(cloud='ovh-boston-summit-cloud')
# Create a swift container
container_name = 'my-pets'
container = conn.create_container(container_name)
# List containers
##########################
# Universidad Digital
# Apps Development in OpenStack
# Tarea: Dia 1
##########################
Video: Is OpenStack Ready for App Developers? The Journey of Application Developers in Public Clouds
URL: https://www.openstack.org/videos/video/is-openstack-ready-for-app-developers-the-journey-of-application-developers-in-public-clouds
1. Ver el video.
2. Identificar los retos que tiene OpenStack como plataforma en comparacion a otras opciones comerciales