Ubuntu OpenStack repository - OpenStack service dependencies in Installation Guide

Bug #1501987 reported by KATO Tomoyuki
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
High
Matt Kassawara

Bug Description

In the section "Enable the OpenStack repository",

We can not copy and paste the below command:

-- (current)
# echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu" \
  "trusty-updates/liberty main" > /etc/apt/sources.list.d/ \
  cloudarchive-liberty.list
--

This contains an unnecessary white space before "cloudarchive-liberty.list".
My propsal change is the below.

-- (propose)
# echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu" \
  "trusty-updates/liberty main" > \
  /etc/apt/sources.list.d/cloudarchive-liberty.list
--

-----------------------------------
Release: 0.1 on 2015-10-01 18:26
SHA: dd2f1cc5821def46021536f17f46f01ac7e290e7
Source: http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide/source/environment-dependencies.rst
URL: http://docs.openstack.org/draft/install-guide-ubuntu/environment-dependencies.html

Revision history for this message
Sanjana Sharma (sanjanasharma-2803) wrote :

I would like to work on this bug.

Revision history for this message
Shuquan Huang (shuquan) wrote :

@Sanjana
if you'd like to work on this bug, please assign it to you. :)
Or it'll be taken by someone else later on.

Revision history for this message
Sanjana Sharma (sanjanasharma-2803) wrote :

@Shuquan : Sure. :)

Changed in openstack-manuals:
assignee: nobody → Sanjana Sharma (sanjanasharma-2803)

Revision history for this message
Tom Fifield (fifieldt) wrote :

Hi Sanja, I just confirmed this issue. Do you have a fix ready? :)

Changed in openstack-manuals:
milestone: none → liberty
status: New → Triaged
Tom Fifield (fifieldt)
Changed in openstack-manuals:
importance: Low → High
Revision history for this message
Sanjana Sharma (sanjanasharma-2803) wrote :

@Tom : Yes, the fix is ready. I will pushing it as soon as possible. :)

Revision history for this message
Sanjana Sharma (sanjanasharma-2803) wrote :

Hey,

The patch is ready but i am not able to connect to gerrit. I am getting this error:

ssh: Could not resolve hostname review.openstack.org: Name or service not known

The patch is attached with the comment.

Will push it as soon as the my error is resolved.

Revision history for this message
KATO Tomoyuki (kato-tomoyuki) wrote :

@Sanjan, are you inside proxy server? If so, I recommend connecting to the Internet directly.

Revision history for this message
Sanjana Sharma (sanjanasharma-2803) wrote :

@Kato, I have resolved that issue but currently struck at the point where it is not verifying my contact address when I try to update it in my contributor license agreement. I am attaching a screenshot of the error I a getting when I try to run the command "git review -v" and how I am not able to update the contact information at the link : https://review.openstack.org/#/settings/contact.

Screenshot of error : http://postimg.org/image/5cfju5mt9/

I am in progress to resolve this issue too, hopefully will be able to connect the patch to gerrit. :)

Revision history for this message
KATO Tomoyuki (kato-tomoyuki) wrote :

@Sanjana, hmmm.

Have you already checked Developer’s Guide?

http://docs.openstack.org/infra/manual/developers.html

General FAQ:

1. Your Launchpad ID, OpenStack Foundation ID, Git must have the SAME email address.

2. OpenStack member level needs to be Foundation Member (not Community Member).

Hopefully works well. Regards.

Changed in openstack-manuals:
assignee: nobody → Sanjana Sharma (sanjanasharma-2803)
Revision history for this message
Sanjana Sharma (sanjanasharma-2803) wrote :

I have submitted the patch successfully. Thanks @Kato and @Alex for the help. :)

Changed in openstack-manuals:
status: Triaged → In Progress
Changed in openstack-manuals:
assignee: Sanjana Sharma (sanjanasharma-2803) → Christian Berendt (berendt)
Changed in openstack-manuals:
assignee: Christian Berendt (berendt) → Matt Kassawara (ionosphere80)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/231799
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=0b99a99a3011c4f0aa6083b7785c002e80a1322e
Submitter: Jenkins
Branch: master

commit 0b99a99a3011c4f0aa6083b7785c002e80a1322e
Author: Sanjana Sharma <email address hidden>
Date: Mon Oct 5 15:22:56 2015 +0530

    [install] Fix the Ubuntu OpenStack package repo

    Fix the step that adds the Ubuntu Cloud archive repository
    for OpenStack packages.

    Change-Id: I6ed6c1d8db45e92879d1d03629bce62891fb31e0
    Closes-Bug: #1501987

Changed in openstack-manuals:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.