3

I have a bunch of openstack VMs running on Grizzly. I need to change their domain which is currently managed by cloud-init. How do I update the user-data?

dmourati
  • 25,540
  • 2
  • 42
  • 72

1 Answers1

2

The only way I've found to update user-data on existing VMs is to modify the database contents. I detailed the steps for mysql here:

http://www.asmatteringofit.com/blog/2015/4/18/updating-user-data-for-existing-openstack-vms

Joshua Miller
  • 1,378
  • 2
  • 11
  • 14