<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://howto.cs.uchicago.edu/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>How do I? cloud</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/"/>
    <id>https://howto.cs.uchicago.edu/</id>
    <updated>2026-05-25T16:23:12+00:00</updated>
    <generator>FeedCreator 1.8 (info@mypapit.net)</generator>
    <link rel="self" type="application/atom+xml" href="https://howto.cs.uchicago.edu/feed.php" />
    <entry>
        <title>cloud:annotated_example</title>
        <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/cloud:annotated_example?rev=1618523402&amp;do=diff"/>
        <published>2021-04-15T16:50:02+00:00</published>
        <updated>2021-04-15T16:50:02+00:00</updated>
        <id>https://howto.cs.uchicago.edu/cloud:annotated_example?rev=1618523402&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="cloud" />
        <content>Usage of the Cloud on the Command Line

Local Environment

Make sure you have read the  Introduction  and  CLI Access  instructions before you try to make use of this document.

Usage

First, Take note of a loose UX pattern that the client has:


openstack $resource $action $more_options_or_flags</content>
        <summary>Usage of the Cloud on the Command Line

Local Environment

Make sure you have read the  Introduction  and  CLI Access  instructions before you try to make use of this document.

Usage

First, Take note of a loose UX pattern that the client has:


openstack $resource $action $more_options_or_flags</summary>
    </entry>
    <entry>
        <title>cloud:cli</title>
        <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/cloud:cli?rev=1618523614&amp;do=diff"/>
        <published>2021-04-15T16:53:34+00:00</published>
        <updated>2021-04-15T16:53:34+00:00</updated>
        <id>https://howto.cs.uchicago.edu/cloud:cli?rev=1618523614&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="cloud" />
        <content>CLOUD CLI ACCESS

INSTALL

Pip is preferred. The general CS infrastructure is a good starting point. However, our experience has been that the software installs cleanly and is free from dependency problems.

Try: 

python3 -m pip install --user python-openstackclient</content>
        <summary>CLOUD CLI ACCESS

INSTALL

Pip is preferred. The general CS infrastructure is a good starting point. However, our experience has been that the software installs cleanly and is free from dependency problems.

Try: 

python3 -m pip install --user python-openstackclient</summary>
    </entry>
    <entry>
        <title>cloud:intro</title>
        <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/cloud:intro?rev=1618527012&amp;do=diff"/>
        <published>2021-04-15T17:50:12+00:00</published>
        <updated>2021-04-15T17:50:12+00:00</updated>
        <id>https://howto.cs.uchicago.edu/cloud:intro?rev=1618527012&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="cloud" />
        <content>SCOPE OF THIS DOCUMENT

This guide covers the common subset of tasks that users would need to perform to have a set of clustered computer instances, and associated resources, isolated from others, and accessible to a project, for any general purpose, both long-term and short.</content>
        <summary>SCOPE OF THIS DOCUMENT

This guide covers the common subset of tasks that users would need to perform to have a set of clustered computer instances, and associated resources, isolated from others, and accessible to a project, for any general purpose, both long-term and short.</summary>
    </entry>
    <entry>
        <title>cloud:naq</title>
        <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/cloud:naq?rev=1589492344&amp;do=diff"/>
        <published>2020-05-14T16:39:04+00:00</published>
        <updated>2020-05-14T16:39:04+00:00</updated>
        <id>https://howto.cs.uchicago.edu/cloud:naq?rev=1589492344&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="cloud" />
        <content>NAQ  (Never Asked Questions)

Q: What are all of the services enabled?

	*  cinder
	*  cinder-backup
	*  cyborg
	*  heat
	*  barbican
	*  mistral
	*  ironic (we *do* support baremetal instances!)
	*  octavia
	*  sahara
	*  manila
	*  ganesha
	*  ceph (that is, ceph-as-a-service. Your instances can access OSD directly, if you need)</content>
        <summary>NAQ  (Never Asked Questions)

Q: What are all of the services enabled?

	*  cinder
	*  cinder-backup
	*  cyborg
	*  heat
	*  barbican
	*  mistral
	*  ironic (we *do* support baremetal instances!)
	*  octavia
	*  sahara
	*  manila
	*  ganesha
	*  ceph (that is, ceph-as-a-service. Your instances can access OSD directly, if you need)</summary>
    </entry>
    <entry>
        <title>cloud:recipes</title>
        <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/cloud:recipes?rev=1618498301&amp;do=diff"/>
        <published>2021-04-15T09:51:41+00:00</published>
        <updated>2021-04-15T09:51:41+00:00</updated>
        <id>https://howto.cs.uchicago.edu/cloud:recipes?rev=1618498301&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="cloud" />
        <content>You can't use these recipes unless you have an account. Check the  Introduction  for how.

	*   Creating Load Balancer
	*   S3 Quickstart
	*   Swift Quickstart
	*   Containers Quickstart
	*   Create Databases without Operating System 
	*   Python Cloud-Coding 
	*   GPU</content>
        <summary>You can't use these recipes unless you have an account. Check the  Introduction  for how.

	*   Creating Load Balancer
	*   S3 Quickstart
	*   Swift Quickstart
	*   Containers Quickstart
	*   Create Databases without Operating System 
	*   Python Cloud-Coding 
	*   GPU</summary>
    </entry>
    <entry>
        <title>cloud:status</title>
        <link rel="alternate" type="text/html" href="https://howto.cs.uchicago.edu/cloud:status?rev=1618498213&amp;do=diff"/>
        <published>2021-04-15T09:50:13+00:00</published>
        <updated>2021-04-15T09:50:13+00:00</updated>
        <id>https://howto.cs.uchicago.edu/cloud:status?rev=1618498213&amp;do=diff</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="cloud" />
        <content>The cloud is in beta status and should not be trusted to hold large amounts of data for long periods of time. Work is underway to stabilize the interfaces before it reaches production status.</content>
        <summary>The cloud is in beta status and should not be trusted to hold large amounts of data for long periods of time. Work is underway to stabilize the interfaces before it reaches production status.</summary>
    </entry>
</feed>
