| Dec | JAN | Feb |
| 06 | ||
| 2015 | 2016 | 2017 |
COLLECTED BY
The seed for this crawl was a list of every host in the Wayback Machine
This crawl was run at a level 1 (URLs including their embeds, plus the URLs of all outbound links including their embeds)
The WARC files associated with this crawl are not currently available to the general public.
| Failed to load latest commit information. | |||
|
|
doc/source | ||
|
|
extras | ||
|
|
releasenotes/notes | ||
|
|
shade | ||
|
|
.coveragerc | ||
|
|
.gitignore | ||
|
|
.gitreview | ||
|
|
.mailmap | ||
|
|
.testr.conf | ||
|
|
CONTRIBUTING.rst | ||
|
|
HACKING.rst | ||
|
|
LICENSE | ||
|
|
MANIFEST.in | ||
|
|
README.rst | ||
|
|
requirements.txt | ||
|
|
setup.cfg | ||
|
|
setup.py | ||
|
|
test-requirements.txt | ||
|
|
tox.ini | ||
import shade
# Initialize and turn on debug logging
shade.simple_logging(debug=True)
# Initialize cloud
# Cloud configs are read with os-client-config
cloud = shade.openstack_cloud(cloud='mordred')
# Upload an image to the cloud
image = cloud.create_image(
'ubuntu-trusty', filename='ubuntu-trusty.qcow2', wait=True)
# Find a flavor with at least 512M of RAM
flavor = cloud.get_flavor_by_ram(512)
# Boot a server, wait for it to boot, and then do whatever is needed
# to get a public ip for it.
cloud.create_server(
'my-server', image=image, flavor=flavor, wait=True, auto_ip=True)
●Status
●API
●Training
●Shop
●Blog
●About
●Pricing
●© 2016 GitHub, Inc.
●Terms
●Privacy
●Security
●Contact
●Help
Something went wrong with that request. Please try again.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.