[Yahoo-eng-team] [Bug 1697458] Re: Cannot deploy stable/ocata keystone due to missing policy.json

2017-07-30 Thread Silvan Kaiser
** Summary changed:

- Cannot deploy stable/ocata
+ Cannot deploy stable/ocata keystone due to missing policy.json

** Also affects: devstack
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1697458

Title:
  Cannot deploy stable/ocata keystone due to missing policy.json

Status in devstack:
  New
Status in OpenStack Identity (keystone):
  Confirmed

Bug description:
  I tried to deploy stable/ocata environment for following 2 ways in
  Ubuntu 16.04.2 LTS.  Both ways were failed to deploy.  Am I missing
  something?

  Pattern A: using master devstack and following local.conf

REQUIREMENTS_BRANCH=stable/ocata
KEYSTONE_BRANCH=stable/ocata
NOVA_BRANCH=stable/ocata
NEUTRON_BRANCH=stable/ocata
GLANCE_BRANCH=stable/ocata
CINDER_BRANCH=stable/ocata
IRONIC_BRANCH=stable/ocata
SWIFT_BRANCH=stable/ocata

disable_service n-net
disable_service horizon
disable_service tempest
disable_service c-api
disable_service c-vol
disable_service c-sch
enable_service neutron
enable_plugin ironic https://git.openstack.org/openstack/ironic stable/ocata
enable_service s-proxy
enable_service s-object
enable_service s-container
enable_service s-account
..(snip)...

  Pattern B: using stable/ocata devstack and same local.conf with above
  definition.

  
  [Error for Pattern A] /opt/stack/logs/stack.sh.log

   ...(snip)...
  2017-06-12 13:21:57.118 | ++lib/keystone:create_keystone_accounts:330  
openstack project show admin -f value -c id
  2017-06-12 13:22:00.598 | You are not authorized to perform the requested 
action: identity:list_projects. (HTTP 403) (Request-ID: 
req-55f243e3-8720-4cc2-a63d-8c5dfcfa269d)

  I executed 'source devstack/openrc admin admin; openstack --debug 
endpoint list' and got an error:
  ...(snip)...
  REQ: curl -g -i -X GET http://192.168.122.198/identity/v3/auth/tokens 
-H "X-Subject-Token: {SHA1}23dde272ead75b0e520d229864a9fb9931aeabce" -H 
"User-Agent: python-keystoneclient"
   -H "Accept: application/json" -H "X-Auth-Token: 
{SHA1}23dde272ead75b0e520d229864a9fb9931aeabce"
  Resetting dropped connection: 192.168.122.198 
http://192.168.122.198:80 "GET /identity/v3/auth/tokens 
   HTTP/1.1" 403 141
  RESP: [403] Date: Mon, 12 Jun 2017 13:22:54 GMT Server: Apache/2.4.18 
(Ubuntu) Vary: X-Auth-Token Content-Type: application/json Content-Length: 141 
x-openstack-request-id: req-bb143aa4-e31a-46f6-91e2-89984a512ad4 Connection: 
close
  RESP BODY: {"error": {"message": "You are not authorized to perform 
the requested action: identity:validate_token.", "code": 403, "title": 
"Forbidden"}}
  ...(snip)...

  [Error for Pattern B] /opt/stack/logs/stack.sh.log
  2017-06-12 13:52:53.474 | ++::
curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' 
http://192.168.122.198/identity/v3/
  2017-06-12 13:52:53.498 | +::[[ 
503 == 503 ]]
  2017-06-12 13:52:53.505 | +::
sleep 1
  2017-06-12 13:52:54.517 | ++::
curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' 
http://192.168.122.198/identity/v3/
  2017-06-12 13:52:54.537 | +::[[ 
503 == 503 ]]
  2017-06-12 13:52:54.544 | +::
sleep 1
  ...(snip)...
  2017-06-12 13:52:55.363 | [ERROR] /home/stack/devstack/lib/keystone:615 
keystone did not start
  2017-06-12 13:52:56.371 | Error on exit

I also checked /var/log/apache2/error.log

  [Mon Jun 12 22:56:01.868120 2017] [proxy:error] [pid 32263:tid 
140048708118272] (111)Connection refused: AH02454: uwsgi: attempt to connect to 
Unix domain socket /var/run/uwsgi/keystone-wsgi-public.socket 
(uwsgi-uds-keystone-wsgi-public) failed
  [Mon Jun 12 22:56:01.868214 2017] [proxy:error] [pid 32263:tid 
140048708118272] AH00959: ap_proxy_connect_backend disabling worker for 
(uwsgi-uds-keystone-wsgi-public) for 0s
  [Mon Jun 12 22:56:01.868232 2017] [:error] [pid 32263:tid 
140048708118272] [client 192.168.122.198:36640] failed to make connection to 
backend: httpd-UDS:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1697458/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1664466] Re: [RFE] Neutron API enhancement - add optional attribute to network

2017-07-30 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1664466

Title:
  [RFE] Neutron API enhancement - add optional attribute to network

Status in neutron:
  Expired

Bug description:
  Add a new "optional" attribute to network resource. This allows
  users/operators to optionally specify the network type, based upon the
  deployment use cases.

  If this optional attribute is not set, the business as usual is
  assumed. If this attribute is set, the back-ends could use it in the
  packet forwarding/processing decisions.

  This keeps the API backward compatible, while opening it up to
  accommodate more newer use cases, where operators/users/vendors can
  specify the type of service the network is used to deploy

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1664466/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1707556] [NEW] neutron-dynamic-routing tempest plugin assumes dvr extension

2017-07-30 Thread YAMAMOTO Takashi
Public bug reported:

neutron-dynamic-routing tempest plugin assumes dvr extension.
it should either avoid relying on the extension or skip if the extension is not 
available.

** Affects: neutron
 Importance: Undecided
 Assignee: YAMAMOTO Takashi (yamamoto)
 Status: In Progress


** Tags: midokura-jira-tracked

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1707556

Title:
  neutron-dynamic-routing tempest plugin assumes dvr extension

Status in neutron:
  In Progress

Bug description:
  neutron-dynamic-routing tempest plugin assumes dvr extension.
  it should either avoid relying on the extension or skip if the extension is 
not available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1707556/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1671367] Re: Losing a semicolon in overview page

2017-07-30 Thread Akihiro Motoki
** No longer affects: horizon

** Tags added: simplified-chinese

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1671367

Title:
  Losing a semicolon in overview page

Status in openstack i18n:
  New

Bug description:
   Losing a semicolon Behind the "This Period's RAM-Hours".
  Semicolons should use Chinese, but using the English a semicolon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-i18n/+bug/1671367/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1536226] Re: Not all .po files compiled

2017-07-30 Thread Akihiro Motoki
we decided to drop translation support for log strings, so we no longer need to 
move this forward.
As an umbrella bug in openstack-i18n, this bug should be marked as Won't Fix.

** Changed in: openstack-i18n
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1536226

Title:
  Not all .po files compiled

Status in Cinder:
  Fix Released
Status in Glance:
  In Progress
Status in heat:
  Fix Released
Status in OpenStack Identity (keystone):
  Fix Released
Status in neutron:
  Fix Released
Status in OpenStack Compute (nova):
  Fix Released
Status in openstack i18n:
  Won't Fix

Bug description:
  python setup.py compile_catalog only compiles one .po file per
  language to a .mo file. By default  is the project
  name, that is nova.po. This means all other nova-log-*.po files are
  never compiled. The only way to get setup.py compile the other files
  is calling it several times with different domains set, like for
  instance `python setup.py --domain nova-log-info` and so on. Since
  this is not usual, it can be assumed that the usual packages don't
  contain all the .mo files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1536226/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1661454] Re: Inadequate Japanese translation for "Browse" on App Catalog tab

2017-07-30 Thread Akihiro Motoki
As the report said, this is not a bug.

** Changed in: openstack-i18n
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1661454

Title:
  Inadequate Japanese translation for "Browse" on App Catalog tab

Status in OpenStack Dashboard (Horizon):
  Invalid
Status in openstack i18n:
  Invalid

Bug description:
  Japanese translation for "Browse" is not adequate for this context. It
  is currently translated into 探索, but it should be 参照 or ブラウズ, but
  unable to locate the string from Zanata

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1661454/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1675298] Re: automatic generation of LANGUAGES list in settings.py

2017-07-30 Thread Akihiro Motoki
horizon patch will be released as part of Pike. This can be closed in
openstack-i18n now.

** Changed in: openstack-i18n
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1675298

Title:
  automatic generation of LANGUAGES list in settings.py

Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in openstack i18n:
  Fix Released

Bug description:
  At now, LANGUAGES list in openstack_dashboard/settings.py is updated
  manually. It is better to generate the language list automatically
  based on the existence of PO files.

  In horizon, there are four types of PO files ([horizon/locale,
  openstack_dashboard] * [django, djangojs]). It looks better to check
  whether all four types of PO files exist in the repo and list such
  languages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1675298/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp