From 9318b93c73355e2c58a9f0ac5fff0a17c7aaa0f0 Mon Sep 17 00:00:00 2001
From: Jeffrey Zhang <jeffrey.zhang@99cloud.net>
Date: Thu, 28 Apr 2016 20:55:56 +0800
Subject: [PATCH] Remove the useless nova_ssh configure in the passwords.yml

The nova_ssh_private_key and nova_ssh_public_key is useless, and
they should not be merged.

Change-Id: I7e7178398242060a78fe7caee6e14fa77f2ffe35
Closes-Bug: #1576199
---
 etc/kolla/passwords.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/etc/kolla/passwords.yml b/etc/kolla/passwords.yml
index de41e700c4..fdb6c1ba80 100644
--- a/etc/kolla/passwords.yml
+++ b/etc/kolla/passwords.yml
@@ -65,9 +65,6 @@ manila_keystone_password:
 
 memcache_secret_key:
 
-nova_ssh_private_key:
-nova_ssh_public_key:
-
 nova_ssh_key:
   private_key:
   public_key:
-- 
GitLab