← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] autopkgtest-cloud:docs-security-group into autopkgtest-cloud:master

 

Brian Murray has proposed merging autopkgtest-cloud:docs-security-group into autopkgtest-cloud:master.

Requested reviews:
  Canonical's Ubuntu QA (canonical-ubuntu-qa)

For more details, see:
https://code.launchpad.net/~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/454975

Fix this:

prod-proposed-migration@ubuntu-qa-bastion-ps5:~$ openstack security group rule create --dst-port 22 default
Error while executing command: BadRequestException: 400, Must also specify protocol if port range is given.

-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of autopkgtest-cloud:docs-security-group into autopkgtest-cloud:master.
diff --git a/docs/deploying.rst b/docs/deploying.rst
index 29ed85d..8084838 100644
--- a/docs/deploying.rst
+++ b/docs/deploying.rst
@@ -87,7 +87,7 @@ the ``rc`` files you configured earlier.
 You will also have to setup a security group rule to allow SSH access from
 the cloud worker to the created instances, for example, use::
 
-  openstack security group rule create --dst-port 22 default
+  openstack security group rule create --protocol tcp --dst-port 22 default
 
 The ``lxd-remotes`` configuration item of the ``autopkgtest-lxd-worker``
 application accepts YAML describing the LXD hosts to be used. This is of the

Follow ups