Re: [openstack-dev] [Fuel] Node renaming in Fuel

2014-09-10 Thread Mike Scherbakov
Also, how about checking for duplicated name? That it matches standard for DNS? > return u"{node_id}".format(node_id=instance.name.lower()) you could just "return instance.name.lower()" I believe.. On Wed, Sep 10, 2014 at 7:00 PM, Igor Kalnitsky wrote: > Hi Dmitry, > > It's not as easy as you

Re: [openstack-dev] [Fuel] Node renaming in Fuel

2014-09-10 Thread Igor Kalnitsky
Hi Dmitry, It's not as easy as you think. The node's name may be reseted during some of our actions. For example, if you remove node from a cluster a node's name will be reseted. So the idea of the blueprint [1] is to provide mechanism when you once set names and they will not be reseted. [1]: h