[Openstack] Nova scheduler - change server group name

Jay Pipes jaypipes at gmail.com
Wed Jul 20 18:21:02 UTC 2016


On 07/20/2016 10:13 AM, Frank Ritchie wrote:
> Hi all
>
> Does anyone know if it is safe to change the name of a Nova Scheduler
> server group directly in the database?

Yeah, should be safe to do this. instance_groups.name is a non-unique 
column that isn't used for indexes, lookups or really anything other 
than translating the initial request in nova boot to an instance group ID.

Best,
-jay




More information about the Openstack mailing list