Commit 84e4d6e7 authored by Jérome Perrin's avatar Jérome Perrin

interface xxx ( all this interface is wrong )

parent 36b397b2
......@@ -569,13 +569,16 @@ class IStandaloneSlapOS(ISupply, IRequester):
SlapOS proxy might already be running.
"""
def format(partition_count, ipv4_url, ipv6_url):
def simple_format(partition_count, ipv4_address, ipv6_address):
"""Creates `partition_count` partitions.
All partitions are created to listen on `ipv4_url` and `ipv6_url`.
All partitions are created to listen on `ipv4_url` and `ipv6_url`. XXX wrong
Stop and delete previously existing instances. XXX.
Stop and delete previously existing instances. XXX ???
Error when already running.
This is a simplified version of format that uses current user and
same ips for all partitions.
"""
def getInstallProcess():
......
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