diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0aacdaba..ae0bd910 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,9 @@ # Release Notes for pyrax +###2014.03.30 - Version 1.7.2 + - General + - Fixes a bug that doubly-encoded JSON body content. GitHub #333 + ###2014.03.28 - Version 1.7.1 - General - Added a CONTRIBUTING.rst file, following the suggestion of @justinclift diff --git a/docs/cloud_servers.md b/docs/cloud_servers.md index bd9df3f0..37035e61 100644 --- a/docs/cloud_servers.md +++ b/docs/cloud_servers.md @@ -250,7 +250,7 @@ There are several optional parameters that you can include when creating a serve `key_name` – As mentioned above, this is the name you gave to an SSH key that you previously uploaded using `cs.keypairs.create()`. The key is installed in the newly-created server's `/root/.ssh/authorized_keys` file, allowing for key-based authenticating when SSHing into the server. -`files` - A dict of up to 5 files that are written to the server upon creation. The keys for this dict are the absolute file paths on the server where these files are written, and the values are the contents for those files. Values can either be a string, or a file-like object that is read. File sizes are limited to 10K, and binary files are not supported (text only). +`files` - A dict of up to 5 files that are written to the server upon creation. The keys for this dict are the absolute file paths on the server where these files are written, and the values are the contents for those files. Values can either be a string, or a file-like object that is read. Total combined size of all files must not exceed 2KB, and binary files are not supported (text only). Now create a server using the `meta` and `files` options. The setup code is the same as in the previous examples; here is the part that you need to change: diff --git a/docs/html/annotated.html b/docs/html/annotated.html index bc828fd6..107aa2e1 100644 --- a/docs/html/annotated.html +++ b/docs/html/annotated.html @@ -239,6 +239,7 @@
+ pyrax
+
+
+ Python Bindings for the Rackspace Cloud
+ |
+
+
+
+
Variables | |
string | version = "1.7.1" |
string | version = "1.7.2" |