From 4025cb617e937d4cf3ae37c9c6eff6907e5990f2 Mon Sep 17 00:00:00 2001
From: Morgan Fainberg <morgan.fainberg@gmail.com>
Date: Fri, 20 May 2016 21:51:28 +0000
Subject: [PATCH] Add python 3 release note.

Add release note indicating the support for python 3

Change-Id: I9301b2a216fb7c6141fe436c3a920aa5c1063979
---
 releasenotes/notes/python3-support-e4189e0a1a6e2e4f.yaml | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 releasenotes/notes/python3-support-e4189e0a1a6e2e4f.yaml

diff --git a/releasenotes/notes/python3-support-e4189e0a1a6e2e4f.yaml b/releasenotes/notes/python3-support-e4189e0a1a6e2e4f.yaml
new file mode 100644
index 0000000000..2c19963f29
--- /dev/null
+++ b/releasenotes/notes/python3-support-e4189e0a1a6e2e4f.yaml
@@ -0,0 +1,4 @@
+---
+other:
+  - Keystone now supports being run under Python 3. The
+    Python 3 and Python 3.4 classifiers have been added.