This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"bufio" | |
"log" | |
"os" | |
"github.com/gophercloud/gophercloud" | |
"github.com/gophercloud/gophercloud/openstack" | |
"github.com/gophercloud/gophercloud/openstack/objectstorage/v1/containers" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################## | |
# 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 |
NewerOlder