← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/turnip:fix-basic-xml-rpc-test into turnip:master

 

Jürgen Gmach has proposed merging ~jugmac00/turnip:fix-basic-xml-rpc-test into turnip:master.

Commit message:
Fix basic XML-RPC test

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/turnip/+git/turnip/+merge/412162
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/turnip:fix-basic-xml-rpc-test into turnip:master.
diff --git a/README.rst b/README.rst
index 4cf9b31..ddf362a 100644
--- a/README.rst
+++ b/README.rst
@@ -141,7 +141,7 @@ In the Turnip container the hosts file needs to point to the LP container (x.x.x
 	ff02::3 ip6-allhosts
 
 A basic test that can be performed by dropping into the Turnip container shell. Below exception is expected as Repository '1' did not exist when the RPC call was performed, it does show however that Turnip is able to resolve xmlrpc-private.launchpad.test and there is connectivity between LP and Turnip:
-	user@launchpad:~$ lxc exec turnip python3
+	user@launchpad:~$ lxc exec turnip-bionic python3
 	...
 	>>> from xmlrpc.client import ServerProxy
 	>>> proxy = ServerProxy('http://xmlrpc-private.launchpad.test:8087/git')