Author: tomaz
Date: Thu Jan 14 10:01:12 2016
New Revision: 1724571
URL: http://svn.apache.org/viewvc?rev=1724571&view=rev
Log:
Change title.
Added:
libcloud/site/trunk/generated/blog/2016/01/14/notice-for-linode-users.html
libcloud/site/trunk/generated/blog/tags/announcement.html
libcloud/site/trunk/source/_posts/2016-01-14-notice-for-linode-users.md
- copied, changed from r1724570,
libcloud/site/trunk/source/_posts/2016-01-14-notice-to-linode-users.md
Removed:
libcloud/site/trunk/generated/blog/2016/01/14/notice-to-linode-users.html
libcloud/site/trunk/source/_posts/2016-01-14-notice-to-linode-users.md
Modified:
libcloud/site/trunk/generated/blog/archives/2016/01/index.html
libcloud/site/trunk/generated/blog/atom.xml
libcloud/site/trunk/generated/blog/index.html
libcloud/site/trunk/generated/blog/tags/linode.html
libcloud/site/trunk/generated/blog/tags/news.html
libcloud/site/trunk/generated/index.html
libcloud/site/trunk/generated/sitemap.xml
Added:
libcloud/site/trunk/generated/blog/2016/01/14/notice-for-linode-users.html
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/2016/01/14/notice-for-linode-users.html?rev=1724571&view=auto
==============================================================================
--- libcloud/site/trunk/generated/blog/2016/01/14/notice-for-linode-users.html
(added)
+++ libcloud/site/trunk/generated/blog/2016/01/14/notice-for-linode-users.html
Thu Jan 14 10:01:12 2016
@@ -0,0 +1,220 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+
+
+ <meta name="author" content="The Apache Software Foundation">
+
+
+ <meta name="keywords" content="news,linode,announcement" />
+
+
+
+ <title>Notice for Linode users | Apache Libcloud</title>
+
+
+ <!-- fav icons -->
+ <link rel="shortcut icon" href="/images/favicon.png" />
+ <link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
+ <link rel="apple-touch-icon-precomposed"
href="/images/apple-touch-icon.png" />
+
+ <link href="/blog/atom.xml" type="application/atom+xml" rel="alternate"
title="Apache Libcloud Blog Feed" />
+
+ <link
href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic'
rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Inconsolata'
rel='stylesheet' type='text/css'>
+
+ <!-- Facebook OpenGraph tags -->
+ <meta content="Apache Libcloud" property="og:site_name">
+
+ <meta content="Notice for Linode users" property="og:title">
+
+
+
+
+
+
+
+ <meta content="article" property="og:type">
+
+
+
+ <meta
content="https://libcloud.apache.org/blog/2016/01/14/notice-for-linode-users.html"
property="og:url">
+
+
+ <meta content="2016-01-14T00:00:00+01:00"
property="article:published_time">
+ <meta content="https://libcloud.apache.org/about.html"
property="article:author">
+
+
+
+
+ <meta content="news" property="article:tag">
+
+ <meta content="linode" property="article:tag">
+
+ <meta content="announcement" property="article:tag">
+
+
+
+ <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css'
rel='stylesheet' type='text/css' />
+
+ </head>
+
+ <body data-spy="scroll" data-target=".sidebar-nav" data-offset="80">
+ <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
+ <div class="container">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-ex1-collapse">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a class="navbar-brand" href="/index.html"><img
src="/images/libcloud_logo.png" class="navbar-logo" /> Apache Libcloud</a>
+ </div>
+ <div class="collapse navbar-collapse navbar-ex1-collapse">
+ <ul class="nav navbar-nav">
+
+
+ <li ><a href="/" >Home</a></li>
+
+ <li ><a href="/about.html" >About</a></li>
+
+ <li ><a href="/getting-started.html" >Quick Start</a></li>
+
+ <li ><a href="https://libcloud.readthedocs.org/en/latest/"
target="_blank">Documentation</a></li>
+
+ <li ><a href="/downloads.html" >Downloads</a></li>
+
+ <li ><a href="/community.html" >Community</a></li>
+
+ <li ><a href="/blog/" >Blog</a></li>
+
+ </ul>
+ </div><!-- /.navbar-collapse -->
+ </div><!-- /.container -->
+ </nav>
+
+ <div class="container main-container">
+ <div class="row section page-content">
+ <div class="col-lg-8 col-lg-offset-2">
+
+<div class="post">
+
+ <h2>Notice for Linode users</h2>
+
+
+
+
+
+ <span class="post-date-author">By Tomaz Muraus <span
style="display:none">(<a
href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on
Jan 14, 2016</span>
+
+ <div class="post-content">
+ <p>This is a short announcement for anyone who is using Libcloud to talk
to the
+Linode API who might have started experiencing issues recently.</p>
+
+<h2>Background</h2>
+
+<p>A couple of Libcloud users have reported that they have recently started
+experiencing issues when talking to the Linode API using Libcloud. They have
+received messages similar to the one shown below.</p>
+
+<pre>
+socket.error: [Errno 104] Connection reset by peer
+</pre>
+
+<p>It turns out that the issue is related to the used TLS version. For
+compatibility reasons (Libcloud also supports older Python versions), Libcloud
+uses TLS v1.0 by default.</p>
+
+<p>After experiencing DDoS attacks, Linode recently dropped support for TLS
v1.0
+and it now only support TLS v1.1. This means Libcloud won't work out of
the box
+anymore.</p>
+
+<h2>Solution</h2>
+
+<p>If you are experiencing this issue, you should update your code to use TLS
v1.1
+as shown below.</p>
+<div class="highlight"><pre><code class="text language-text"
data-lang="text">import ssl
+
+import libcloud.security
+libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_1
+
+# Instantiate and work with the Linode driver here...
+</code></pre></div>
+<p>Keep in mind that for this to work you need to have a recent version of
OpenSSL
+installed on your system and you need to use Python >= 3.4 or Python
2.7.9.</p>
+
+<p>For more details please see recently updated <a
href="https://libcloud.readthedocs.org/en/latest/other/ssl-certificate-validation.html#changing-used-ssl-tls-version">documentation</a>.
If you have
+are still experiencing issues or have any questions, please feel free to reach
+us via the mailing list or IRC.</p>
+
+<p>Note: Even if you are not experiencing any issues, it's generally a
good idea
+to use the latest version of TLS supported by your system and the provider you
+use.</p>
+
+<h3>Thanks</h3>
+
+<p>Special thanks to Jacob Riley, Steve V, Heath Naylor and everyone from
+<a href="https://issues.apache.org/jira/browse/LIBCLOUD-791">LIBCLOUD-791</a>
who helped debug and track down the root cause of this issue.</p>
+
+ </div>
+
+ <div class="row section post-meta">
+ <div class="col-md-12 post-tags">
+ <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a
href="/blog/tags/linode.html" rel="tag">linode</a>, <a
href="/blog/tags/announcement.html" rel="tag">announcement</a></p>
+ </div>
+ </div>
+</div>
+
+
+ </div>
+</div>
+
+
+ <hr />
+
+ <footer>
+ <div class="row">
+ <div class="col-lg-12 text-center">
+ <div class="footer-links">
+ <p><a href="http://www.apache.org/licenses/">License</a> | <a
+ href="/security.html">Security</a> | <a
+ href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
+ <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> |
+ <a href="/credits.html">Credits</a> | <a href="/media.html">Media</a>
+</div>
+
+<div class="footer-text">
+ <p class="">Copyright © 2009-2016 <a href="https://www.apache.org/"
target="_blank">The Apache Software Foundation</a></p>
+ <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the
Apache Libcloud project logo are trademarks of the Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of their
respective owners.</p>
+</div>
+
+ </div>
+ </div>
+ </footer>
+
+ </div><!-- /.container -->
+
+ <!-- JavaScript -->
+ <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js'
type='text/javascript'></script>
+
+
+
+
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-23580482-1']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript';
ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+</script>
+
+ </body>
+</html>
Modified: libcloud/site/trunk/generated/blog/archives/2016/01/index.html
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2016/01/index.html?rev=1724571&r1=1724570&r2=1724571&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2016/01/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2016/01/index.html Thu Jan 14
10:01:12 2016
@@ -95,7 +95,7 @@
<div class="post">
- <h2><a href="/blog/2016/01/14/notice-to-linode-users.html">Notice to
Linode users</a></h2>
+ <h2><a href="/blog/2016/01/14/notice-for-linode-users.html">Notice for
Linode users</a></h2>
@@ -156,7 +156,7 @@ use.</p>
<div class="row section post-meta">
<div class="col-md-12 post-tags">
- <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a
href="/blog/tags/linode.html" rel="tag">linode</a></p>
+ <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a
href="/blog/tags/linode.html" rel="tag">linode</a>, <a
href="/blog/tags/announcement.html" rel="tag">announcement</a></p>
</div>
</div>
</div>
Modified: libcloud/site/trunk/generated/blog/atom.xml
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/atom.xml?rev=1724571&r1=1724570&r2=1724571&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/atom.xml (original)
+++ libcloud/site/trunk/generated/blog/atom.xml Thu Jan 14 10:01:12 2016
@@ -5,16 +5,16 @@
<link href="https://libcloud.apache.org" rel="self" />
<link href="https://libcloud.apache.org" />
<id>https://libcloud.apache.org</id>
- <updated>2016-01-14T10:54:51+01:00</updated>
+ <updated>2016-01-14T11:00:51+01:00</updated>
<author>
<name>The Apache Software Foundation</name>
</author>
<entry>
- <title>Notice to Linode users</title>
- <link
href="https://libcloud.apache.org/blog/2016/01/14/notice-to-linode-users.html"
/>
-
<id>https://libcloud.apache.org/blog/2016/01/14/notice-to-linode-users.html</id>
+ <title>Notice for Linode users</title>
+ <link
href="https://libcloud.apache.org/blog/2016/01/14/notice-for-linode-users.html"
/>
+
<id>https://libcloud.apache.org/blog/2016/01/14/notice-for-linode-users.html</id>
<updated>2016-01-14T00:00:00+01:00</updated>
<author>
<name>Tomaz Muraus</name>
Modified: libcloud/site/trunk/generated/blog/index.html
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/index.html?rev=1724571&r1=1724570&r2=1724571&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/index.html (original)
+++ libcloud/site/trunk/generated/blog/index.html Thu Jan 14 10:01:12 2016
@@ -97,7 +97,7 @@
<div class="post">
- <h2><a href="/blog/2016/01/14/notice-to-linode-users.html">Notice to
Linode users</a></h2>
+ <h2><a href="/blog/2016/01/14/notice-for-linode-users.html">Notice for
Linode users</a></h2>
@@ -160,7 +160,7 @@ use.</p>
<div class="row section post-meta">
<div class="col-md-12 post-tags">
- <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a
href="/blog/tags/linode.html" rel="tag">linode</a></p>
+ <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a
href="/blog/tags/linode.html" rel="tag">linode</a>, <a
href="/blog/tags/announcement.html" rel="tag">announcement</a></p>
</div>
</div>
</div>
Added: libcloud/site/trunk/generated/blog/tags/announcement.html
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/announcement.html?rev=1724571&view=auto
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/announcement.html (added)
+++ libcloud/site/trunk/generated/blog/tags/announcement.html Thu Jan 14
10:01:12 2016
@@ -0,0 +1,217 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+
+
+ <meta name="author" content="The Apache Software Foundation">
+
+
+ <meta name="keywords" content="python,libcloud,cloud,cloud
computing,rackspace,amazon ec2,cloudfiles,openstack,cloudstack" />
+
+
+
+ <title>Tag Archive | Apache Libcloud</title>
+
+
+ <!-- fav icons -->
+ <link rel="shortcut icon" href="/images/favicon.png" />
+ <link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
+ <link rel="apple-touch-icon-precomposed"
href="/images/apple-touch-icon.png" />
+
+ <link href="/blog/atom.xml" type="application/atom+xml" rel="alternate"
title="Apache Libcloud Blog Feed" />
+
+ <link
href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic'
rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Inconsolata'
rel='stylesheet' type='text/css'>
+
+ <!-- Facebook OpenGraph tags -->
+ <meta content="Apache Libcloud" property="og:site_name">
+
+ <meta content="Tag Archive" property="og:title">
+
+
+
+
+
+
+
+ <meta content="website" property="og:type">
+
+
+
+ <meta content="https://libcloud.apache.org/blog/tags/announcement.html"
property="og:url">
+
+
+
+
+
+ <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css'
rel='stylesheet' type='text/css' />
+
+ </head>
+
+ <body data-spy="scroll" data-target=".sidebar-nav" data-offset="80">
+ <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
+ <div class="container">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-ex1-collapse">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a class="navbar-brand" href="/index.html"><img
src="/images/libcloud_logo.png" class="navbar-logo" /> Apache Libcloud</a>
+ </div>
+ <div class="collapse navbar-collapse navbar-ex1-collapse">
+ <ul class="nav navbar-nav">
+
+
+ <li ><a href="/" >Home</a></li>
+
+ <li ><a href="/about.html" >About</a></li>
+
+ <li ><a href="/getting-started.html" >Quick Start</a></li>
+
+ <li ><a href="https://libcloud.readthedocs.org/en/latest/"
target="_blank">Documentation</a></li>
+
+ <li ><a href="/downloads.html" >Downloads</a></li>
+
+ <li ><a href="/community.html" >Community</a></li>
+
+ <li ><a href="/blog/" >Blog</a></li>
+
+ </ul>
+ </div><!-- /.navbar-collapse -->
+ </div><!-- /.container -->
+ </nav>
+
+ <div class="container main-container">
+ <div class="row section page-content">
+ <div class="col-lg-8 col-lg-offset-2">
+ <h1>Tag: announcement</h1>
+
+
+
+
+ <div class="post">
+
+ <h2><a href="/blog/2016/01/14/notice-for-linode-users.html">Notice for
Linode users</a></h2>
+
+
+
+
+
+ <span class="post-date-author">By Tomaz Muraus <span
style="display:none">(<a
href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on
Jan 14, 2016</span>
+
+ <div class="post-content">
+ <p>This is a short announcement for anyone who is using Libcloud to talk
to the
+Linode API who might have started experiencing issues recently.</p>
+
+<h2>Background</h2>
+
+<p>A couple of Libcloud users have reported that they have recently started
+experiencing issues when talking to the Linode API using Libcloud. They have
+received messages similar to the one shown below.</p>
+
+<pre>
+socket.error: [Errno 104] Connection reset by peer
+</pre>
+
+<p>It turns out that the issue is related to the used TLS version. For
+compatibility reasons (Libcloud also supports older Python versions), Libcloud
+uses TLS v1.0 by default.</p>
+
+<p>After experiencing DDoS attacks, Linode recently dropped support for TLS
v1.0
+and it now only support TLS v1.1. This means Libcloud won't work out of
the box
+anymore.</p>
+
+<h2>Solution</h2>
+
+<p>If you are experiencing this issue, you should update your code to use TLS
v1.1
+as shown below.</p>
+
+<div class="highlight"><pre><code class="text language-text"
data-lang="text">import ssl
+
+import libcloud.security
+libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_1
+
+# Instantiate and work with the Linode driver here...
+</code></pre></div>
+
+<p>Keep in mind that for this to work you need to have a recent version of
OpenSSL
+installed on your system and you need to use Python >= 3.4 or Python
2.7.9.</p>
+
+<p>For more details please see recently updated <a
href="https://libcloud.readthedocs.org/en/latest/other/ssl-certificate-validation.html#changing-used-ssl-tls-version">documentation</a>.
If you have
+are still experiencing issues or have any questions, please feel free to reach
+us via the mailing list or IRC.</p>
+
+<p>Note: Even if you are not experiencing any issues, it's generally a
good idea
+to use the latest version of TLS supported by your system and the provider you
+use.</p>
+
+<h3>Thanks</h3>
+
+<p>Special thanks to Jacob Riley, Steve V, Heath Naylor and everyone from
+<a href="https://issues.apache.org/jira/browse/LIBCLOUD-791">LIBCLOUD-791</a>
who helped debug and track down the root cause of this issue.</p>
+
+ </div>
+
+ <div class="row section post-meta">
+ <div class="col-md-12 post-tags">
+ <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a
href="/blog/tags/linode.html" rel="tag">linode</a>, <a
href="/blog/tags/announcement.html" rel="tag">announcement</a></p>
+ </div>
+ </div>
+</div>
+
+
+
+
+ </div>
+</div>
+
+
+ <hr />
+
+ <footer>
+ <div class="row">
+ <div class="col-lg-12 text-center">
+ <div class="footer-links">
+ <p><a href="http://www.apache.org/licenses/">License</a> | <a
+ href="/security.html">Security</a> | <a
+ href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
+ <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> |
+ <a href="/credits.html">Credits</a> | <a href="/media.html">Media</a>
+</div>
+
+<div class="footer-text">
+ <p class="">Copyright © 2009-2016 <a href="https://www.apache.org/"
target="_blank">The Apache Software Foundation</a></p>
+ <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the
Apache Libcloud project logo are trademarks of the Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of their
respective owners.</p>
+</div>
+
+ </div>
+ </div>
+ </footer>
+
+ </div><!-- /.container -->
+
+ <!-- JavaScript -->
+ <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js'
type='text/javascript'></script>
+
+
+
+
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-23580482-1']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript';
ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+</script>
+
+ </body>
+</html>
Modified: libcloud/site/trunk/generated/blog/tags/linode.html
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/linode.html?rev=1724571&r1=1724570&r2=1724571&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/linode.html (original)
+++ libcloud/site/trunk/generated/blog/tags/linode.html Thu Jan 14 10:01:12 2016
@@ -96,7 +96,7 @@
<div class="post">
- <h2><a href="/blog/2016/01/14/notice-to-linode-users.html">Notice to
Linode users</a></h2>
+ <h2><a href="/blog/2016/01/14/notice-for-linode-users.html">Notice for
Linode users</a></h2>
@@ -159,7 +159,7 @@ use.</p>
<div class="row section post-meta">
<div class="col-md-12 post-tags">
- <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a
href="/blog/tags/linode.html" rel="tag">linode</a></p>
+ <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a
href="/blog/tags/linode.html" rel="tag">linode</a>, <a
href="/blog/tags/announcement.html" rel="tag">announcement</a></p>
</div>
</div>
</div>
Modified: libcloud/site/trunk/generated/blog/tags/news.html
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/news.html?rev=1724571&r1=1724570&r2=1724571&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/news.html (original)
+++ libcloud/site/trunk/generated/blog/tags/news.html Thu Jan 14 10:01:12 2016
@@ -96,7 +96,7 @@
<div class="post">
- <h2><a href="/blog/2016/01/14/notice-to-linode-users.html">Notice to
Linode users</a></h2>
+ <h2><a href="/blog/2016/01/14/notice-for-linode-users.html">Notice for
Linode users</a></h2>
@@ -159,7 +159,7 @@ use.</p>
<div class="row section post-meta">
<div class="col-md-12 post-tags">
- <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a
href="/blog/tags/linode.html" rel="tag">linode</a></p>
+ <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a
href="/blog/tags/linode.html" rel="tag">linode</a>, <a
href="/blog/tags/announcement.html" rel="tag">announcement</a></p>
</div>
</div>
</div>
Modified: libcloud/site/trunk/generated/index.html
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/index.html?rev=1724571&r1=1724570&r2=1724571&view=diff
==============================================================================
--- libcloud/site/trunk/generated/index.html (original)
+++ libcloud/site/trunk/generated/index.html Thu Jan 14 10:01:12 2016
@@ -234,7 +234,7 @@
<h3>Latest Blog Posts</h3>
- <p><a href="/blog/2016/01/14/notice-to-linode-users.html">Notice
to Linode users</a>
+ <p><a href="/blog/2016/01/14/notice-for-linode-users.html">Notice
for Linode users</a>
Modified: libcloud/site/trunk/generated/sitemap.xml
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1724571&r1=1724570&r2=1724571&view=diff
==============================================================================
--- libcloud/site/trunk/generated/sitemap.xml (original)
+++ libcloud/site/trunk/generated/sitemap.xml Thu Jan 14 10:01:12 2016
@@ -289,7 +289,7 @@
<lastmod>2015-12-15T00:00:00+01:00</lastmod>
</url>
<url>
-
<loc>https://libcloud.apache.org/blog/2016/01/14/notice-to-linode-users.html</loc>
+
<loc>https://libcloud.apache.org/blog/2016/01/14/notice-for-linode-users.html</loc>
<lastmod>2016-01-14T00:00:00+01:00</lastmod>
</url>
<url>
@@ -298,7 +298,7 @@
</url>
<url>
<loc>https://libcloud.apache.org/</loc>
- <lastmod>2016-01-14T10:53:41+01:00</lastmod>
+ <lastmod>2016-01-14T11:00:48+01:00</lastmod>
</url>
<url>
<loc>https://libcloud.apache.org/whois-using.html</loc>
@@ -330,7 +330,7 @@
</url>
<url>
<loc>https://libcloud.apache.org/blog/blog/</loc>
- <lastmod>2016-01-14T10:53:41+01:00</lastmod>
+ <lastmod>2016-01-14T11:00:48+01:00</lastmod>
</url>
<url>
<loc>https://libcloud.apache.org/gsoc-2014.html</loc>
Copied: libcloud/site/trunk/source/_posts/2016-01-14-notice-for-linode-users.md
(from r1724570,
libcloud/site/trunk/source/_posts/2016-01-14-notice-to-linode-users.md)
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2016-01-14-notice-for-linode-users.md?p2=libcloud/site/trunk/source/_posts/2016-01-14-notice-for-linode-users.md&p1=libcloud/site/trunk/source/_posts/2016-01-14-notice-to-linode-users.md&r1=1724570&r2=1724571&rev=1724571&view=diff
==============================================================================
--- libcloud/site/trunk/source/_posts/2016-01-14-notice-to-linode-users.md
(original)
+++ libcloud/site/trunk/source/_posts/2016-01-14-notice-for-linode-users.md Thu
Jan 14 10:01:12 2016
@@ -1,10 +1,11 @@
---
layout: post
-title: Notice to Linode users
+title: Notice for Linode users
author: Tomaz Muraus
tags:
- news
- linode
+ - announcement
---
This is a short announcement for anyone who is using Libcloud to talk to the