~landscape/charms/trusty/neutron-api/trunk

« back to all changes in this revision

Viewing changes to hooks/neutron_api_utils.py

  • Committer: Corey Bryant
  • Date: 2015-04-17 15:53:18 UTC
  • mfrom: (102.1.1 neutron-api)
  • Revision ID: corey.bryant@canonical.com-20150417155318-6wrpx22z6n67qxgu
[corey.bryant,r=james-page] Change default deploy from source mkdir perms to 755.

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
    add_user_to_group('neutron', 'neutron')
358
358
 
359
359
    for d in dirs:
360
 
        mkdir(d, owner='neutron', group='neutron', perms=0700, force=False)
 
360
        mkdir(d, owner='neutron', group='neutron', perms=0755, force=False)
361
361
 
362
362
    for l in logs:
363
363
        write_file(l, '', owner='neutron', group='neutron', perms=0600)