Skip to content

Commit cc59a45

Browse files
committed
Update docs for changed Pulp 3 Default Ports
https://pulp.plan.io/issues/4594 Content: 8080 -> 24816 API: 8000 -> 24817 [noissue] Required PR: pulp/pulpcore#75
1 parent 2633f05 commit cc59a45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Run Services
4444
.. code-block:: bash
4545
4646
pulp-manager runserver
47-
gunicorn pulpcore.content:server --bind 'localhost:8080' --worker-class 'aiohttp.GunicornWebWorker' -w 2
47+
gunicorn pulpcore.content:server --bind 'localhost:24816' --worker-class 'aiohttp.GunicornWebWorker' -w 2
4848
sudo systemctl restart pulp-resource-manager
4949
sudo systemctl restart pulp-worker@1
5050
sudo systemctl restart pulp-worker@2

docs/workflows/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ accordingly. If you prefer to specify the username and password with each reques
2222
To make these workflows copy/pastable, we make use of environment variables. The first variable to
2323
set is the hostname and port::
2424

25-
$ export BASE_ADDR=http://<hostname>:8000
25+
$ export BASE_ADDR=http://<hostname>:24817
2626

2727
This documentation makes use of the `jq library <https://stedolan.github.io/jq/>`_
2828
to parse the json received from requests, in order to get the unique urls generated

docs/workflows/publish-host.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ $ cat pip.conf
8484
.. code::
8585
8686
[global]
87-
index-url = http://localhost:8080/pulp/content/foo/simple/
87+
index-url = http://localhost:24816/pulp/content/foo/simple/
8888
8989
The above configuration informs ``pip`` to install from ``pulp``::
9090

0 commit comments

Comments
 (0)