summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-20 15:48:36 -0700
committersersut <serdar@opscode.com>2014-03-20 15:48:36 -0700
commit7e8d97e46f20e3f27c3c16e8fa3fd562eb5dc56b (patch)
tree701617bb99aed70ace0a85e69157f2b192d16ae3
parent47ea1a96d059a8bc6765600f2743c879a4eb0162 (diff)
downloadohai-7e8d97e46f20e3f27c3c16e8fa3fd562eb5dc56b.tar.gz
Contribution info for OHAI-461.
-rw-r--r--CHANGELOG.md1
-rw-r--r--CONTRIBUTIONS.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4497ba16..7974b4cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* CPU information matching linux is now available on darwin.
* ip6address detection failure logging is turned down to :debug.
* fe80:: link-local address is not reported as ip6addresses anymore.
+* Private network information is now available as [:rackspace][:private_networks] on Rackspace nodes.
## Last Release: 7.0.0.rc.0 (01/20/2014)
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index 1ffc4fd1..10a617f4 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -9,3 +9,4 @@ Example Contribution:
* **mvidner**: (Long time ago) Added differentiation for suse & opensuse in the :platform attribute.
* **tas50**: Added additional cpu information to darwin platform.
* **mpasternacki**: Removed fe80:: link-local address from reported ip6addresses.
+* **paulczar**: Added private network information for Rackspace nodes.