diff options
author | Gerald Kunzmann <kunzmann@docomolab-euro.com> | 2018-11-08 07:23:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-08 07:23:43 +0000 |
commit | cd1c5d1de7132586dc2b514b30845b4ec6dacec6 (patch) | |
tree | 802ebc79070e1ec2ecd7d6979d8396a3942f6a72 /docs/release | |
parent | 3f805ff73662f8029379ffc2ecbcd2e1d7df7fc4 (diff) | |
parent | 7a1cc605fa1c8508696ef611bd33ea7bdd1ba12b (diff) |
Merge "Slightly modified config guide"
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/configguide/feature.configuration.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/release/configguide/feature.configuration.rst b/docs/release/configguide/feature.configuration.rst index 422e822..cc4c733 100644 --- a/docs/release/configguide/feature.configuration.rst +++ b/docs/release/configguide/feature.configuration.rst @@ -14,12 +14,6 @@ Install and bootstrap Ansible (master branch) as the root user: # git clone https://git.openstack.org/openstack/openstack-ansible /opt/openstack-ansible # cd /opt/openstack-ansible -Get the Blazar extra code: - -.. code:: bash - - # git pull https://git.openstack.org/openstack/openstack-ansible refs/changes/56/549956/31 - .. note:: At the time of writing, work is still ongoing upstream in OpenStack. Therefore, it is recommended to set ANSIBLE_ROLE_FETCH_MODE to git-clone. |