Comment 2 for bug 963304

Revision history for this message
Dave Cheney (dave-cheney) wrote : Re: If bootstrap node is stopped or rebooted in EC2, its address changes and all agents lose track of it

Won't fix. Not an issue

lucky(~/src/launchpad.net/juju-core) % juju status
machines:
  "0":
    agent-version: 1.9.4
    dns-name: ec2-54-252-42-105.ap-southeast-2.compute.amazonaws.com
    instance-id: i-314c3c0b
services: {}
lucky(~/src/launchpad.net/juju-core) % juju ssh 0 -- sudo shutdown -r now
Warning: Permanently added 'ec2-54-252-42-105.ap-southeast-2.compute.amazonaws.com,54.252.42.105' (ECDSA) to the list of known hosts.
Connection to ec2-54-252-42-105.ap-southeast-2.compute.amazonaws.com closed.
lucky(~/src/launchpad.net/juju-core) % juju status
machines:
  "0":
    agent-version: 1.9.4
    dns-name: ec2-54-252-42-105.ap-southeast-2.compute.amazonaws.com
    instance-id: i-314c3c0b
services: {}