Remove unused attribute "ssh_authorized_key"

This attribute was used in CoreOS template before. The usage of this
attribute has been removed [1][2]. This patch remove it from Magnum.
[1] https://review.openstack.org/#/c/262628/
[2] https://review.openstack.org/#/c/262926/

Change-Id: I7ff80fd1421bf2ea61e951e87f83983fb2883f79
Closes-Bug: #1540134
Partial-Implements: blueprint coreos-k8s-bay
This commit is contained in:
Hongbin Lu 2016-01-31 14:19:50 -05:00
parent 7f33c585ce
commit 130ab6031a
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ def valid_swarm_baymodel():
master_flavor_id=config.Config.master_flavor_id,
keypair_id=config.Config.keypair_id, coe="swarm",
docker_volume_size=3, cluster_distro=None,
ssh_authorized_key=None, external_network_id="public",
external_network_id="public",
http_proxy=None, https_proxy=None, no_proxy=None,
network_driver=None, volume_driver=None, labels={},
tls_disabled=False)