~ubuntu-branches/ubuntu/trusty/heat/trusty-security

« back to all changes in this revision

Viewing changes to doc/source/getting_started/on_fedora.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-09-08 21:51:19 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20130908215119-7tcek6gn73275x5k
Tags: upstream-2013.2~b3
ImportĀ upstreamĀ versionĀ 2013.2~b3

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 
112
112
If running OpenStack grizzly installed via tools/openstack, it is necessary to modify the default service user password::
113
113
 
114
 
    sudo sed -i "s/verybadpass/secrete/" /etc/heat/heat-api-cfn.conf
115
 
    sudo sed -i "s/verybadpass/secrete/" /etc/heat/heat-api-cloudwatch.conf
116
 
    sudo sed -i "s/verybadpass/secrete/" /etc/heat/heat-api.conf
 
114
    sudo sed -i "s/verybadpass/secrete/" /etc/heat/heat.conf
117
115
 
118
116
Source the keystone credentials created with tools/openstack
119
117
------------------------------------------------------------
186
184
 
187
185
::
188
186
 
189
 
    sudo sed -i -e "/heat_metadata_server_url/ s/127\.0\.0\.1/${BRIDGE_IP}/" /etc/heat/heat-engine.conf
190
 
    sudo sed -i -e "/heat_waitcondition_server_url/ s/127\.0\.0\.1/${BRIDGE_IP}/" /etc/heat/heat-engine.conf
191
 
    sudo sed -i -e "/heat_watch_server_url/ s/127\.0\.0\.1/${BRIDGE_IP}/" /etc/heat/heat-engine.conf
 
187
    sudo sed -i -e "/^\[DEFAULT\]/ a\\\nheat_metadata_server_url=http://${BRIDGE_IP}:8000/\n" /etc/heat/heat.conf
 
188
    sudo sed -i -e "/^\[DEFAULT\]/ a\\\nheat_waitcondition_server_url=http://${BRIDGE_IP}:8000/v1/waitcondition/" /etc/heat/heat.conf
 
189
    sudo sed -i -e "/^\[DEFAULT\]/ a\\\nheat_watch_server_url=http://${BRIDGE_IP}:8003/" /etc/heat/heat.conf
 
190
 
192
191
 
193
192
Launch the Heat services
194
193
------------------------