Simplify slave reference

Slave/Software instance references are relative to their owner. No need to have unique reference.
parent a68f46fb
...@@ -104,9 +104,7 @@ class Recipe(BaseSlapRecipe): ...@@ -104,9 +104,7 @@ class Recipe(BaseSlapRecipe):
# software type. # software type.
software_release='/opt/slapdev/software/kvm-frontend/software.cfg', software_release='/opt/slapdev/software/kvm-frontend/software.cfg',
software_type='RootSoftwareInstance', software_type='RootSoftwareInstance',
# XXX-Cedric : reference is created from CP ID, should be created from partition_reference='frontend',
# instance ID.
partition_reference='%s_frontend' % self.computer_partition_id,
shared=True, shared=True,
partition_parameter_kw={"host":noVNC_conf['source_ip'], partition_parameter_kw={"host":noVNC_conf['source_ip'],
"port":noVNC_conf['source_port']} "port":noVNC_conf['source_port']}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment