User Tools

Site Tools


cloud:recipe:coding

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
cloud:recipe:coding [2020/05/14 14:06] – [Sample Configuration File] chudlercloud:recipe:coding [2020/05/14 14:51] – [Demo Code] chudler
Line 48: Line 48:
 </code> </code>
  
-The main flaw here is that you are using your University credentials inappropriately. Instead, you can use the API or web interface to create an Application Credential.+The main flaw here is that you are taking risks by storing your University credentials in a file. Instead, you can use the API or web interface to create an Application Credential. For example, 
 + 
 +<code> 
 +openstack application credential create --secret sekret --role member --expiration 2020-10-10:10:10:10 --restricted myapp 
 +</code>
 =====Testing and Usage===== =====Testing and Usage=====
 Ensure you can load the python module Ensure you can load the python module
Line 67: Line 71:
 ======Demo Code====== ======Demo Code======
  
-The following code shows how to create and destroy a server, and obtain information about Networks, Images, and Flavors. Consult the [[ https://docs.openstack.org/openstacksdk/latest/user/index.html#api-documentation | API Resource Documentation ]] to see what else is possible.+The following Python code shows how to create and destroy a server, and obtain information about Networks, Images, and Flavors. Consult the [[ https://docs.openstack.org/openstacksdk/latest/user/index.html#api-documentation | API Resource Documentation ]] to see what else is possible
 + 
 +For your learning, contrast this with the equivalent actions that are taken in the [[ cloud:cli | Command Line Usage Guide ]].
  
 <code> <code>
/var/lib/dokuwiki/data/pages/cloud/recipe/coding.txt · Last modified: 2020/05/14 18:32 by chudler

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki